MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / print_string

Function print_string

TheForceEngine/TFE_System/cJSON.c:1029–1032  ·  view source on GitHub ↗

Invoke print_string_ptr (which is useful) on an item. */

Source from the content-addressed store, hash-verified

1027
1028/* Invoke print_string_ptr (which is useful) on an item. */
1029static cJSON_bool print_string(const cJSON * const item, printbuffer * const p)
1030{
1031 return print_string_ptr((unsigned char*)item->valuestring, p);
1032}
1033
1034/* Predeclare these prototypes. */
1035static cJSON_bool parse_value(cJSON * const item, parse_buffer * const input_buffer);

Callers 1

print_valueFunction · 0.85

Calls 1

print_string_ptrFunction · 0.85

Tested by

no test coverage detected