6 lines
88 B
C
6 lines
88 B
C
#ifndef MAIN_C
|
|
#define MAIN_C
|
|
int main(int argc,char *argv[]);
|
|
void printHelp();
|
|
#endif
|