| 308 | } |
| 309 | |
| 310 | static void usage(const char* procname) |
| 311 | { |
| 312 | logger_error("usage: %s -h [help] -f from_path -t to_path", procname); |
| 313 | } |
| 314 | |
| 315 | int main(int argc, char* argv[]) |
| 316 | { |
no outgoing calls
no test coverage detected
searching dependent graphs…