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

Function main

lib_acl_cpp/samples/xml/xml1/xml.cpp:244–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244int main(int argc, char* argv[])
245{
246 if (argc >= 2)
247 {
248 get_html(argv[1]);
249 return 0;
250 }
251
252 test2();
253 test();
254 printf("enter any key to exit\r\n");
255 getchar();
256 return 0;
257}

Callers

nothing calls this directly

Calls 3

get_htmlFunction · 0.70
test2Function · 0.70
testFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…