The World's First File Inflator
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
silverwizard 642babc2e1 Fixed strlcpy issue I didn't notice before pirms 5 gadiem
.gitignore added .gitignore pirms 11 gadiem
.travis.yml Spacing pirms 6 gadiem
COPYING added the software license pirms 11 gadiem
Makefile install rule pirms 6 gadiem
Project Goals Fix spelling in filename pirms 6 gadiem
README.md Fix typo pirms 6 gadiem
dpu.c Made DPU accept -c in order to output to stdout pirms 5 gadiem
undpu.c Fixed strlcpy issue I didn't notice before pirms 5 gadiem

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