source:
CIVL/mods/dev.civl.com/examples/direct/forTest.c@
cb4d4f4
| Last change on this file since cb4d4f4 was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 93 bytes | |
| Rev | Line | |
|---|---|---|
| [7ebac74] | 1 | int x = 0; |
| 2 | int main() { | |
| 3 | int i; | |
| 4 | for (i=0; i<10; i++) { | |
| 5 | x = x + 1; | |
| 6 | } | |
| 7 | for (;;) {} | |
| 8 | } |
Note:
See TracBrowser
for help on using the repository browser.
