source:
CIVL/examples/translation/pthread/funcPointTest.cvl@
d87ec9c
| Last change on this file since d87ec9c was dc245be, checked in by , 12 years ago | |
|---|---|
|
|
| File size: 111 bytes | |
| Rev | Line | |
|---|---|---|
| [dc245be] | 1 | #include <civlc.h> |
| 2 | ||
| 3 | void * func(){ | |
| 4 | return NULL; | |
| 5 | } | |
| 6 | ||
| 7 | int main() | |
| 8 | { | |
| 9 | $proc p = $spawn func(NULL); | |
| 10 | return 0; | |
| 11 | } |
Note:
See TracBrowser
for help on using the repository browser.
