Invote print_string_ptr (which is useful) on an item. */
| 237 | } |
| 238 | /* Invote print_string_ptr (which is useful) on an item. */ |
| 239 | static char *print_string(cJSON *item) {return print_string_ptr(item->valuestring);} |
| 240 | |
| 241 | /* Predeclare these prototypes. */ |
| 242 | static const char *parse_value(cJSON *item,const char *value); |
no test coverage detected