8 lines
170 B
C
Executable File
8 lines
170 B
C
Executable File
#ifndef _CJSON_TEST_H_
|
|
#define _CJSON_TEST_H_
|
|
|
|
extern void demo_start(char *pcWriteBuffer, int xWriteBufferLen, int argc, char **argv);
|
|
|
|
#endif // CJSON_TEST_DEMO
|
|
// EOF
|