MCPcopy Create free account
hub / github.com/ading2210/linuxpdf / json_null_new

Function json_null_new

tinyemu/json.h:102–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102static inline JSONValue json_null_new(void)
103{
104 JSONValue val;
105 val.type = JSON_NULL;
106 val.u.int32 = 0;
107 return val;
108}
109
110static inline JSONValue json_int32_new(int v)
111{

Callers 1

json_parse_value2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected