LAL  7.5.0.1-08ee4f4
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.