Content deleted Content added
Derek Ross (talk | contribs) m Reverted edits by 59.90.173.87 (talk) to last version by Berny68 |
Raulcleary (talk | contribs) Editted Run-Length C code. The example and the code refer to "bytes" and a 255 limit for count, indicating all these variables are char type, not int. Could also #define BYTE type. |
||
Line 137:
int main(int argc, char *argv[])
{
c = getchar();
while (c != EOF) {
c = getchar();
|