Invoke print_string_ptr (which is useful) on an item. */
| 859 | |
| 860 | /* Invoke print_string_ptr (which is useful) on an item. */ |
| 861 | static unsigned char *print_string(const cJSON *item, printbuffer *p) |
| 862 | { |
| 863 | return print_string_ptr((unsigned char*)item->valuestring, p); |
| 864 | } |
| 865 | |
| 866 | /* Predeclare these prototypes. */ |
| 867 | static const unsigned char *parse_value(cJSON *item, const unsigned char *value, const unsigned char **ep); |
no test coverage detected