unroll2.c 65 Bytes Raw Blame History Permalink 1 2 3 4 5 if (n >= -1 && n <= 9) { if (n >= 0) S1(n); S1(n + 1); }