Invoke print_string_ptr (which is useful) on an item. */
| 1018 | |
| 1019 | /* Invoke print_string_ptr (which is useful) on an item. */ |
| 1020 | static cJSON_bool print_string(const cJSON * const item, printbuffer * const p) |
| 1021 | { |
| 1022 | return print_string_ptr((unsigned char*)item->valuestring, p); |
| 1023 | } |
| 1024 | |
| 1025 | /* Predeclare these prototypes. */ |
| 1026 | static cJSON_bool parse_value(cJSON * const item, parse_buffer * const input_buffer); |
no test coverage detected