source:
CIVL/mods/dev.civl.abc/examples/forcomma.c@
bb03188
| Last change on this file since bb03188 was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 141 bytes | |
| Rev | Line | |
|---|---|---|
| [aad342c] | 1 | #include <stdio.h> |
| 2 | ||
| 3 | int main ( void ) { | |
| 4 | for (int i = 0; i < 3; printf("i = %d\n", i), i++) ; | |
| 5 | return 0; | |
| 6 | } |
Note:
See TracBrowser
for help on using the repository browser.
