Invote print_string_ptr (which is useful) on an item. */
| 331 | } |
| 332 | /* Invote print_string_ptr (which is useful) on an item. */ |
| 333 | static char *print_string(cJSON *item) { return print_string_ptr(item->valuestring); } |
| 334 | |
| 335 | /* Predeclare these prototypes. */ |
| 336 | static const char *parse_value(cJSON *item, const char *value); |
no test coverage detected