4G_module/examples/cJSON/inc/cm_demo_cJSON.h

10 lines
138 B
C

#ifndef __CM_DEMO_CJSON_H__
#define __CM_DEMO_CJSON_H__
#include <stdint.h>
void cm_test_cJSON(unsigned char **cmd, int len);
#endif