The World's First File Inflator
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
silverwizard 5b4ff0d800 removed strcat and strcpy and switched to correct versions 6 роки тому
.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 removed strcat and strcpy and switched to correct versions 6 роки тому
undpu.c fix permissions 6 роки тому

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