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

Function usage

lib_acl_cpp/samples/json/json14/json.cpp:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include <getopt.h>
3
4static void usage(const char* procname) {
5 printf("usage: %s -h [help[ -f json_file\r\n", procname);
6}
7
8int main(int argc, char* argv[]) {
9 acl::string file;

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…