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

Function usage

lib_acl/samples/xml/xml3/xml.c:693–706  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

691}
692
693static void usage(const char *procname)
694{
695 printf("usage: %s -h[help]\r\n"
696 " -s[parse once]\r\n"
697 " -b benchmark_max\r\n"
698 " -B build_xml\r\n"
699 " -t [if test one xml]\r\n"
700 " -f xml_file\r\n"
701 " -m[if enable multiple root xml node, default: no]\r\n"
702 " -p[print] data1|data2|data3|data4|data5|data6|data7\r\n"
703 " -P [if parse one xml with one data]\r\n"
704 " -d[parse] data1|data2|data3|data4|data5|data6|data7|data8|data9\r\n",
705 procname);
706}
707
708#ifdef WIN32
709#define snprintf _snprintf

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…