The World's First File Inflator
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
silverwizard 5b4ff0d800 removed strcat and strcpy and switched to correct versions hace 6 años
.gitignore added .gitignore hace 11 años
.travis.yml Spacing hace 6 años
COPYING added the software license hace 11 años
Makefile install rule hace 6 años
Project Goals Fix spelling in filename hace 6 años
README.md Fix typo hace 6 años
dpu.c removed strcat and strcpy and switched to correct versions hace 6 años
undpu.c fix permissions hace 6 años

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