Т
Size: a a a
Т
Т
Т
Т
ВК
ВК
ВК
CC
cool@archpony ~/Documents> cat 0123456789.txt
0123456789
cool@archpony ~/Documents> cat 0123456789.txt | hexdump
0000000 3130 3332 3534 3736 3938 000a
000000b
ВК
ВК
ВК
cool@archpony ~/Documents> cat 0123456789.txt
0123456789
cool@archpony ~/Documents> cat 0123456789.txt | hexdump
0000000 3130 3332 3534 3736 3938 000a
000000b
CC
CC
CC
TS
CC
CC
CC
CC
if (counter % 8 == 0)
putc(' ', stdout);
if (counter % 4 == 0)
putc(' ', stdout);
if (counter % 2 == 0)
putc(' ', stdout);
putc(' ', stdout);