The World's First File Inflator
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
silverwizard 5b4ff0d800 removed strcat and strcpy and switched to correct versions před 6 roky
.gitignore added .gitignore před 11 roky
.travis.yml Spacing před 6 roky
COPYING added the software license před 11 roky
Makefile install rule před 6 roky
Project Goals Fix spelling in filename před 6 roky
README.md Fix typo před 6 roky
dpu.c removed strcat and strcpy and switched to correct versions před 6 roky
undpu.c fix permissions před 6 roky

README.md

doubleplusunzip

The Worlds First File Inflater

To build: make

OR if you want to install it you can run: make install

My further work will to be to properly use getopt (like not a chump), and also to create a proper usage()

Right now, just use: dpu [decompression size] filename

The decompression size is an optional argument, and when used it will multiply the filesize by that. The default amount is 10 (making a file 10 times bigger).

The output of the program will the filename.dpu