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

Function usage

lib_acl_cpp/samples/http_request/main.cpp:158–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156//////////////////////////////////////////////////////////////////////////
157
158static void usage(const char* procname)
159{
160 printf("usage: %s -h[help]\r\n", procname);
161 printf("options:\r\n");
162 printf("\t-f request file\r\n");
163 printf("\t-t request stype[xml/json/plain]\r\n");
164 printf("\t-c request file's charset[gb2312/utf-8]\r\n");
165}
166
167int main(int argc, char* argv[])
168{

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…