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

Function usage

lib_protocol/samples/httpd/main.c:239–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239static void usage(const char *procname)
240{
241 printf("usage: %s -h [help] -s listen_addr[IP:PORT] -c request_hdr\n", procname);
242}
243
244static void *thread_test(void *arg acl_unused)
245{

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…