| 75 | ////////////////////////////////////////////////////////////////////////// |
| 76 | |
| 77 | static void usage(const char* procname) |
| 78 | { |
| 79 | printf("usage: %s -h[help] -s server_addr -H host -U url\r\n", procname); |
| 80 | } |
| 81 | |
| 82 | int main(int argc, char* argv[]) |
| 83 | { |
no outgoing calls
no test coverage detected
searching dependent graphs…