Invote print_string_ptr (which is useful) on an item. */
| 308 | } |
| 309 | /* Invote print_string_ptr (which is useful) on an item. */ |
| 310 | static char *print_string(cJSON *item,printbuffer *p) {return print_string_ptr(item->valuestring,p);} |
| 311 | |
| 312 | /* Predeclare these prototypes. */ |
| 313 | static const char *parse_value(cJSON *item,const char *value); |
no test coverage detected