2025-05-08 18:01:52 +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