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