mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-19 04:07:46 +01:00
7 lines
110 B
C
7 lines
110 B
C
{
|
|
for (int c0 = 1; c0 <= N; c0 += 1)
|
|
S1(c0);
|
|
for (int c0 = N + 1; c0 <= 2 * N; c0 += 1)
|
|
S2(c0);
|
|
}
|