| 88 | static error global_error = { NULL, 0 }; |
| 89 | |
| 90 | CJSON_PUBLIC(const char *) cJSON_GetErrorPtr(void) |
| 91 | { |
| 92 | return (const char*) (global_error.json + global_error.position); |
| 93 | } |
| 94 | |
| 95 | CJSON_PUBLIC(char *) cJSON_GetStringValue(cJSON *item) |
| 96 | { |
no outgoing calls
no test coverage detected