source:
CIVL/examples/languageFeatures/spawnFoo.cvl@
a054a5b
| Last change on this file since a054a5b was 6ae5ee7, checked in by , 12 years ago | |
|---|---|
|
|
| File size: 76 bytes | |
| Rev | Line | |
|---|---|---|
| [6ae5ee7] | 1 | #include <civlc.h> |
| 2 | ||
| 3 | void foo(){ | |
| 4 | ||
| 5 | } | |
| 6 | ||
| 7 | void main(){ | |
| 8 | $proc p = $spawn foo(); | |
| 9 | } | |
| 10 |
Note:
See TracBrowser
for help on using the repository browser.
