| 156 | ////////////////////////////////////////////////////////////////////////// |
| 157 | |
| 158 | static void usage(const char* procname) |
| 159 | { |
| 160 | printf("usage: %s -h[help]\r\n", procname); |
| 161 | printf("options:\r\n"); |
| 162 | printf("\t-f request file\r\n"); |
| 163 | printf("\t-t request stype[xml/json/plain]\r\n"); |
| 164 | printf("\t-c request file's charset[gb2312/utf-8]\r\n"); |
| 165 | } |
| 166 | |
| 167 | int main(int argc, char* argv[]) |
| 168 | { |
no outgoing calls
no test coverage detected
searching dependent graphs…