| 150 | } |
| 151 | |
| 152 | static void usage(const char* procname) |
| 153 | { |
| 154 | printf("usage: %s -h [help]\r\n" |
| 155 | "-o [if parse the whole json once, default: false]\r\n", |
| 156 | procname); |
| 157 | } |
| 158 | |
| 159 | int main(int argc, char* argv[]) |
| 160 | { |
no outgoing calls
no test coverage detected
searching dependent graphs…