Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
The Libz example demonstrates how to use libz library to compress files and decompress it. Any kind of file ( txt , doc , xls , xml , mpeg , ppt , mp3 etc) can be compressed . This example can compress a file as well as string and it can decompress a compressed file (.gz)
Definition in file openclibz.c.