Files
2021-03-11 20:34:06 +08:00

5 lines
95 B
C

#ifndef __parse_flags_h
#define __parse_flags_h
int parse_flags(int argc, char **argv);
#endif