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

Function main

lib_acl_cpp/samples/xml/xml2/xml.cpp:168–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168int main(void)
169{
170 test();
171 test2();
172 test3();
173
174#ifdef WIN32
175 printf("enter any key to exit\r\n");
176 getchar();
177#endif
178 return 0;
179}

Callers

nothing calls this directly

Calls 3

testFunction · 0.70
test2Function · 0.70
test3Function · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…