Invote print_string_ptr (which is useful) on an item. */
| 405 | } |
| 406 | /* Invote print_string_ptr (which is useful) on an item. */ |
| 407 | static char *print_string(cJSON *item) |
| 408 | { |
| 409 | return print_string_ptr(item->valuestring); |
| 410 | } |
| 411 | |
| 412 | /* Predeclare these prototypes. */ |
| 413 | static const char *parse_value(cJSON *item, const char *value, const char **ep); |
no test coverage detected