#ifndef _MAIN_H_ #define _MAIN_H_ #include <stdio.h> struct mainarg_s { FILE *INFILE; FILE *OUTPUTFILE; char VERBOSE; }; extern struct mainarg_s MAINARG; #endif
Last modified 18 years ago
Last modified on Feb 16, 2007, 8:03:05 PM