mirror of
https://github.com/json-c/json-c.git
synced 2026-03-18 12:39:06 +08:00
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
|