Byte counter

This simple C program counts the frequency of each byte in standard input or in one or more files.

Download

Compile

After downloading and unpacking the source file, you can compile the executable file with a command like make or gcc -o bytes bytes.c.