|
|
Archive comment file 11.0 (2000-06-02) Lossless compressor. Compresses stdin to stdout when run with no arguments, decompresses when fed with any argument. Along the way, it will print progress to stderr as a series of dots, one for every kilobyte read. Apparently, I made it so good so that it only works with gcc (don't even try msvc, executable will be incorrect). I recommend compiling it like this: gcc -O3 -fexpensive-optimizations -finline-functions c11.c -o c11 This program doesn't go into infinite loops, it's just very slow! Template based on Multi from "To Heart". -- omoikane@uguu.org - http://uguu.org/
RAR | ZIP | / | |
2025-08-26 |