2025-02-27 17:59:18 +08:00

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