Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
65
static void int_write(const struct hc_value *v, struct hc_stream *out) {
66
hc_printf(out,
"%d"
, v->as_int);
67
}
68
69
const struct hc_type HC_INT = {
70
.name =
"Int"
,
Callers
nothing calls this directly
Calls
1
hc_printf
Function · 0.85
Tested by
no test coverage detected