8 lines
110 B
C
Executable File
8 lines
110 B
C
Executable File
#ifndef _CJSON_TEST_H_
|
|
#define _CJSON_TEST_H_
|
|
|
|
extern int demo_start(void);
|
|
|
|
#endif // CJSON_TEST_DEMO
|
|
// EOF
|