diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/uncompress_8c.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/uncompress_8c.html Tue Mar 30 16:16:55 2010 +0100 @@ -0,0 +1,32 @@ + + +
+ +Go to the source code of this file.
+Functions | |
+void | Error (const char *msg) |
+void | GzUnCompress (gzFile in, FILE *out) |
+void | FileUnCompress (char *file) |
In this file I uncompress the file using libz api's Here i make use of libz api which can read compressed files
+ +Definition in file uncompress.c.
+