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

Function main

lib_acl_cpp/samples/http/cgi_env/http_servlet.cpp:100–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100int main(int argc, char* argv[])
101{
102#ifdef WIN32
103 acl::acl_cpp_init();
104#endif
105
106 // ��ʼ����
107 if (argc >= 2 && strcmp(argv[1], "alone") == 0)
108 do_alone();
109 else
110 do_cgi();
111
112 return 0;
113}
114

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…