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

Function main

lib_acl_cpp/samples/cgi_upload/main.cpp:327–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325//////////////////////////////////////////////////////////////////////////
326
327int main(int argc, char* argv[])
328{
329#ifdef WIN32
330 acl::acl_cpp_init();
331#endif
332
333 // ��ʼ����
334 if (argc >= 2 && strcmp(argv[1], "alone") == 0)
335 do_alone();
336 else
337 do_cgi();
338
339 return 0;
340}
341

Callers

nothing calls this directly

Calls 3

acl_cpp_initFunction · 0.85
do_aloneFunction · 0.70
do_cgiFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…