source:
CIVL/examples/translation/pthread/funcDecl.cvl@
d87ec9c
| Last change on this file since d87ec9c was ceef308, checked in by , 12 years ago | |
|---|---|
|
|
| File size: 87 bytes | |
| Line | |
|---|---|
| 1 | #include <civlc.h> |
| 2 | |
| 3 | int f(); |
| 4 | |
| 5 | int f(){ |
| 6 | return 0; |
| 7 | } |
| 8 | |
| 9 | int main(){ |
| 10 | f(); |
| 11 | return 0; |
| 12 | } |
Note:
See TracBrowser
for help on using the repository browser.
