MCPcopy Create free account
hub / github.com/acl-dev/acl / main

Function main

lib_dict/src/mac_parse.c:118–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118int main(int unused_argc, char **unused_argv)
119{
120 VSTRING *buf = vstring_alloc(1);
121
122 while (vstring_fgets_nonl(buf, VSTREAM_IN)) {
123 mac_parse(vstring_str(buf), mac_parse_print, (char *) 0);
124 vstream_fflush(VSTREAM_OUT);
125 }
126 vstring_free(buf);
127 return (0);
128}
129
130#endif

Callers

nothing calls this directly

Calls 1

mac_parseFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…