|
clibs
Tiny but handy utility libraries for C
|
Common control structures. More...
Go to the source code of this file.
Macros | |
| #define | TIMES(count, block) |
| Repeat a block of code some time(s) More... | |
Common control structures.
| #define TIMES | ( | count, | |
| block | |||
| ) |
Repeat a block of code some time(s)
| count | Counter |
| block | A block of code |
1.8.13