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

Function usage

lib_fiber/samples-c++/https_server/main.cpp:121–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121static void usage(const char* procname)
122{
123 printf("usage: %s -h [help]\r\n"
124 " -S [use shared stack]\r\n"
125 " -l ssl_lib_path\r\n"
126 " -s listen_addr\r\n"
127 " -r rw_timeout\r\n"
128 " -c ssl_crt.pem\r\n"
129 " -k ssl_key.pem\r\n", procname);
130}
131
132int main(int argc, char *argv[])
133{

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…