| 115 | } |
| 116 | |
| 117 | static void usage(const char* procname) |
| 118 | { |
| 119 | printf("usage: %s -h[help] -f parse_file -m[use mmap xml]\r\n", procname); |
| 120 | } |
| 121 | |
| 122 | int main(int argc, char* argv[]) |
| 123 | { |
no outgoing calls
no test coverage detected
searching dependent graphs…