| 211 | } |
| 212 | |
| 213 | static void usage(const char* procname) |
| 214 | { |
| 215 | printf("usage: %s -h [help] -n max -f header_file -a action [parse|read|http]\r\n", procname); |
| 216 | } |
| 217 | |
| 218 | int main(int argc, char* argv[]) |
| 219 | { |
no outgoing calls
no test coverage detected
searching dependent graphs…