This website requires JavaScript.
Explore
Help
Sign In
mirror
/
json-c
Watch
1
Star
0
Fork
0
mirror of
https://github.com/json-c/json-c.git
synced
2026-09-08 00:56:50 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3aa996b5b6bd96c29f2c6da98da33c3fb3d13038
json-c
/
tests
/
parse_flags.h
T
5 lines
95 B
C
Raw
Normal View
History
Unescape
Escape
Extend test1 and test2 to run using json_object_to_json_string_ext() based on an additional command line parameter.
2012-04-28 14:14:26 -05:00
#ifndef __parse_flags_h
#define __parse_flags_h
int
parse_flags
(
int
argc
,
char
**
argv
);
#endif
Reference in New Issue
Copy Permalink