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

Function usage

lib_acl_cpp/samples/session/session.cpp:7–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include "session.h"
6
7static void usage(const char* procname)
8{
9 printf("usage: %s -h [help]\r\n"
10 "-s server_addr\r\n"
11 "-n count\r\n"
12 "-c max_threads\r\n"
13 "-a action[memcache|memcache_delay|redis]\r\n", procname);
14}
15
16int main(int argc, char* argv[])
17{

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…