The World's First File Inflator
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
silverwizard 5b4ff0d800 removed strcat and strcpy and switched to correct versions 6 år sedan
.gitignore added .gitignore 11 år sedan
.travis.yml Spacing 6 år sedan
COPYING added the software license 11 år sedan
Makefile install rule 6 år sedan
Project Goals Fix spelling in filename 6 år sedan
README.md Fix typo 6 år sedan
dpu.c removed strcat and strcpy and switched to correct versions 6 år sedan
undpu.c fix permissions 6 år sedan

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