The World's First File Inflator
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
silverwizard 642babc2e1 Fixed strlcpy issue I didn't notice before 5年前
.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 5年前
undpu.c Fixed strlcpy issue I didn't notice before 5年前

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