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

Function usage

lib_acl_cpp/samples/http_upload/main.cpp:88–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86//////////////////////////////////////////////////////////////////////////
87
88static void usage(const char* procname) {
89 printf("usage: %s -h[help]\r\n", procname);
90 printf("options:\r\n");
91 printf("\t-f upload_file\r\n");
92 printf("\t-D [if in debug mode]\r\n");
93}
94
95int main(int argc, char* argv[]) {
96 int ch;

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…