The World's First File Inflator
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
silverwizard 5b4ff0d800 removed strcat and strcpy and switched to correct versions il y a 6 ans
.gitignore added .gitignore il y a 11 ans
.travis.yml Spacing il y a 6 ans
COPYING added the software license il y a 11 ans
Makefile install rule il y a 6 ans
Project Goals Fix spelling in filename il y a 6 ans
README.md Fix typo il y a 6 ans
dpu.c removed strcat and strcpy and switched to correct versions il y a 6 ans
undpu.c fix permissions il y a 6 ans

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