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

Function main

lib_acl_cpp/samples/acl_cpp_test/acl_cpp_test.cpp:37–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35};
36
37int main(void)
38{
39 test_snprintf();
40#ifdef WIN32
41 getchar();
42#endif
43
44 //A a1, a2;
45 //a2 = a1;
46 //B b1, b2(b1);
47 //b2 = b2;
48 //C c1, c2;
49 //c2 = c1;
50
51 return 0;
52}

Callers

nothing calls this directly

Calls 1

test_snprintfFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…