source:
CIVL/mods/dev.civl.abc/examples/forcomma.c
| Last change on this file was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 141 bytes | |
| Line | |
|---|---|
| 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.
