mirror of
https://gitlab.com/80486DX2-66/gists
synced 2024-11-08 18:02:23 +05:30
extol.c: pack all loop-related operations into it
This commit is contained in:
parent
93768da40f
commit
bef0606936
@ -57,9 +57,9 @@ extol (FILE *f)
|
||||
}
|
||||
}
|
||||
result = extol (fs);
|
||||
for (result <<= 4, result &= ~15; (result & 15) != 15; result++)
|
||||
for (result <<= 4, result &= ~15;
|
||||
(result & 15) != 15 || (result >>= 4, 0); result++)
|
||||
fputc ('=', fs);
|
||||
result >>= 4;
|
||||
fprintf (fs, "\n");
|
||||
fclose (fs);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user