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

Function int_write

reflect/reflect.c:65–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63};
64
65static void int_write(const struct hc_value *v, struct hc_stream *out) {
66 hc_printf(out, "%d", v->as_int);
67}
68
69const struct hc_type HC_INT = {
70 .name = "Int",

Callers

nothing calls this directly

Calls 1

hc_printfFunction · 0.85

Tested by

no test coverage detected