Loading [MathJax]/extensions/TeX/AMSsymbols.js
LAL 7.7.0.1-5e288d3
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
GzipTest.c File Reference

Prototypes

int main (int argc, char **argv)
 

Go to the source code of this file.

Macros

#define USAGE
 

Macro Definition Documentation

◆ USAGE

#define USAGE
Value:
"Usage: %s [options]\n\n"\
" --help (-h) display this message\n"\
" --file (-f) name of ascii text file to gzip/unzip\n"\
" --gzip (-g) gzip (compress) the text file\n"\
" --gunzip (-u) gunzip (decompress) the gzipped text file\n"\
"\n"

Definition at line 27 of file GzipTest.c.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 35 of file GzipTest.c.