Space

Test code…

for (int i = 0; i < 100; i++)
{
    printf(t=%d\n", i);
}

Leave a comment