| 137 | } |
| 138 | |
| 139 | static void usage(const char *procname) |
| 140 | { |
| 141 | printf("usage: %s -h [help] -a [addr] -s [server_mode] -c [client_mode] -t [timeout]\r\n", procname); |
| 142 | } |
| 143 | |
| 144 | #ifdef WIN32 |
| 145 | #define snprintf _snprintf |
no outgoing calls
no test coverage detected
searching dependent graphs…