| 691 | } |
| 692 | |
| 693 | static 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 |
no outgoing calls
no test coverage detected
searching dependent graphs…