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

10 lines
138 B
C
Raw Normal View History

2024-09-02 17:54:29 +08:00
#ifndef __CM_DEMO_CJSON_H__
#define __CM_DEMO_CJSON_H__
#include <stdint.h>
void cm_test_cJSON(unsigned char **cmd, int len);
#endif