mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-22 17:12:55 +08:00
10 lines
131 B
C
10 lines
131 B
C
#include "cJSON_cJSON.h"
|
|
|
|
char* cJSON_cJSON_print(PikaObj *self){
|
|
return NULL;
|
|
}
|
|
|
|
void cJSON_cJSON___init__(PikaObj *self){
|
|
|
|
}
|