| 66 | } |
| 67 | |
| 68 | static void usage(const char* procname) { |
| 69 | printf("usage: %s -h [help] -m [move buf after scan]\r\n", procname); |
| 70 | } |
| 71 | |
| 72 | int main(int argc, char *argv[]) { |
| 73 | int ch; |
no outgoing calls
no test coverage detected
searching dependent graphs…