| Version 1 (modified by , 19 years ago) ( diff ) |
|---|
#ifndef _MAIN_H_
#define _MAIN_H_
#include <stdio.h>
struct mainarg_s
{
FILE *INFILE;
FILE *OUTPUTFILE;
char VERBOSE;
};
extern struct mainarg_s MAINARG;
#endif
Note:
See TracWiki
for help on using the wiki.
