| 3 | #include "master_service.h" |
| 4 | |
| 5 | static void help(const char* procname) |
| 6 | { |
| 7 | printf("usage: %s -h [help]\r\n" |
| 8 | " -v [version]\r\n" |
| 9 | " alone %s.cf\r\n", procname, procname); |
| 10 | } |
| 11 | |
| 12 | static void check_version(int argc, char* argv[]) |
| 13 | { |
no outgoing calls
no test coverage detected
searching dependent graphs…