| 1 | #include "stdafx.h" |
| 2 | |
| 3 | static void usage(const char* procname) |
| 4 | { |
| 5 | printf("usage: %s -h[help] -s addr[127.0.0.1:8088] -n max_client[100]\r\n", procname); |
| 6 | } |
| 7 | |
| 8 | int main(int argc, char* argv[]) |
| 9 | { |
no outgoing calls
no test coverage detected
searching dependent graphs…