7 lines
75 B
C
7 lines
75 B
C
#ifndef H_PARSE
|
|
#define H_PARSE
|
|
|
|
int parse(int argc, char **argv);
|
|
|
|
#endif
|