1
0
Fork 1
The World's First File Inflator
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
silverwizard 642babc2e1 Fixed strlcpy issue I didn't notice before vor 5 Jahren
.gitignore added .gitignore vor 11 Jahren
.travis.yml Spacing vor 6 Jahren
COPYING added the software license vor 11 Jahren
Makefile install rule vor 6 Jahren
Project Goals Fix spelling in filename vor 6 Jahren
README.md Fix typo vor 6 Jahren
dpu.c Made DPU accept -c in order to output to stdout vor 5 Jahren
undpu.c Fixed strlcpy issue I didn't notice before vor 5 Jahren

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