mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-01 02:54:39 +01:00
7 lines
96 B
C
7 lines
96 B
C
for (int c0 = 0; c0 <= 10; c0 += 1) {
|
|
if (c0 >= 1)
|
|
b(c0 - 1);
|
|
if (c0 <= 9)
|
|
a(c0);
|
|
}
|