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

Function usage

lib_acl_cpp/samples/benchmark/accept/main.cpp:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "stdafx.h"
2
3static void usage(const char* procname)
4{
5 printf("usage: %s -h[help] -s addr[127.0.0.1:8088] -n max_client[100]\r\n", procname);
6}
7
8int main(int argc, char* argv[])
9{

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…