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

Function fix_write

reflect/reflect.c:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53};
54
55static void fix_write(const struct hc_value *v, struct hc_stream *out) {
56 hc_fix_print(v->as_fix, out);
57}
58
59const struct hc_type HC_FIX = {
60 .name = "Fix",

Callers

nothing calls this directly

Calls 1

hc_fix_printFunction · 0.85

Tested by

no test coverage detected