| 94 | } |
| 95 | |
| 96 | static void usage(const char* procname) |
| 97 | { |
| 98 | printf("usage: %s -h [help] -s server_list -f ip_file -n count\r\n", procname); |
| 99 | } |
| 100 | |
| 101 | int main(int argc, char* argv[]) |
| 102 | { |
no outgoing calls
no test coverage detected
searching dependent graphs…