mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-20 20:58:01 +01:00
4 lines
86 B
C
4 lines
86 B
C
|
for (int c1 = 0; c1 < M; c1 += 1)
|
||
|
for (int c3 = 0; c3 < M; c3 += 1)
|
||
|
S1(c1, c3);
|