The World's First File Inflator
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
silverwizard 642babc2e1 Fixed strlcpy issue I didn't notice before 4 лет назад
.gitignore added .gitignore 11 лет назад
.travis.yml Spacing 6 лет назад
COPYING added the software license 11 лет назад
Makefile install rule 6 лет назад
Project Goals Fix spelling in filename 6 лет назад
README.md Fix typo 6 лет назад
dpu.c Made DPU accept -c in order to output to stdout 4 лет назад
undpu.c Fixed strlcpy issue I didn't notice before 4 лет назад

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