JSON_checker.h
Go to the documentation of this file.
1 /* JSON_checker.h */
2 
3 extern int JSON_checker(unsigned short p[], int length);
4 extern int JSON_checker_at_character(void);
5 
6 
7 void JSON_checker_init(void);
8 int JSON_checker_push(int b);
9 int JSON_checker_finished(void);
10 
void JSON_checker_init(void)
Definition: JSON_checker.c:257
int JSON_checker_finished(void)
Definition: JSON_checker.c:263
struct @0 p
int JSON_checker_at_character(void)
Definition: JSON_checker.c:411
int JSON_checker(unsigned short p[], int length)
Definition: JSON_checker.c:275
int JSON_checker_push(int b)
Definition: JSON_checker.c:287


csm
Author(s): Andrea Censi
autogenerated on Tue May 11 2021 02:18:23