5 lines
95 B
C
5 lines
95 B
C
#ifndef __parse_flags_h
|
|
#define __parse_flags_h
|
|
int parse_flags(int argc, char **argv);
|
|
#endif
|