The World's First File Inflator
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
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