81
Due to server problems the website is temporarily offline! Visit http://www.smorgasbordet.com/pellesc/ to download Pelles C.
# ./example3.exe c meta.xml meta.zip
miniz.c version: 11.0.2
Mode: c, Level: 9
Input File: "meta.xml"
Output File: "meta.zip"
Input file size: 642
Total input bytes: 642
Total output bytes: 317
Success.
user@computer MINGW64 ~
# gcc -c miniz.c -o miniz.o
user@computer MINGW64 ~
# gcc example3.c miniz.o -o example3.exe
user@computer MINGW64 ~