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

Function usage

lib_acl_cpp/samples/md5/main.cpp:94–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94static void usage(const char* procname)
95{
96 printf("usage: %s -h[help] -f filepath -k key_for_string -s plain_string\r\n", procname);
97#if defined(_WIN32) || defined(_WIN64)
98 printf("Enter any key to continue...");
99 fflush(stdout);
100 getchar();
101
102#endif
103}
104
105int main(int argc, char* argv[])
106{

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…