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

Function usage

lib_acl_cpp/samples/telnet/main.cpp:113–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113static void usage(const char* procname)
114{
115 printf("usage: %s -h [help]\r\n"
116 " -s server_addr [default: 127.0.0.1:8088]\r\n"
117 " -l local_addr [default: 127.0.0.1:18088]\r\n",
118 procname);
119}
120
121int main(int argc, char* argv[])
122{

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…