| 86 | ////////////////////////////////////////////////////////////////////////// |
| 87 | |
| 88 | static void usage(const char* procname) { |
| 89 | printf("usage: %s -h[help]\r\n", procname); |
| 90 | printf("options:\r\n"); |
| 91 | printf("\t-f upload_file\r\n"); |
| 92 | printf("\t-D [if in debug mode]\r\n"); |
| 93 | } |
| 94 | |
| 95 | int main(int argc, char* argv[]) { |
| 96 | int ch; |
no outgoing calls
no test coverage detected
searching dependent graphs…