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

Function usage

lib_acl/samples/vstream_popen/main.cpp:152–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152static void usage(const char *procname)
153{
154 printf("(%d) usage: %s -h [help] -c [run as child] -p [run as parent]\r\n",
155 getpid(), procname);
156#ifdef ACL_MS_WINDOWS
157 printf("enter any key to exit...\r\n");
158 getchar();
159#endif
160}
161
162
163int main(int argc, char *argv[])

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…