MCPcopy Create free account
hub / github.com/codr7/hacktical-c / string_print

Function string_print

reflect/reflect.c:83–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83static void string_print(const struct hc_value *v, struct hc_stream *out) {
84 hc_puts(out, v->as_string);
85}
86
87static void string_write(const struct hc_value *v, struct hc_stream *out) {
88 hc_putc(out, '"');

Callers 1

string_writeFunction · 0.85

Calls 1

hc_putsFunction · 0.85

Tested by

no test coverage detected