mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-19 04:07:46 +01:00
8 lines
119 B
C
8 lines
119 B
C
{
|
|
for (int c0 = 2; c0 <= 8; c0 += 2) {
|
|
S1(c0, c0 / 2, c0 / 2);
|
|
S2(c0, c0 / 2, c0 / 2);
|
|
}
|
|
S2(10, 5, 5);
|
|
}
|