blob: a34d73d80a23960b94d882e225e9cbd44eee6265 [file] [log] [blame]
while (a >= 0)
{
if (b)
for (j = 0; j < 10; j++)
{
if (j == b)
{
return;
}
a++;
}
b--;
}