| 204 | } |
| 205 | |
| 206 | static void usage(const char* procname) |
| 207 | { |
| 208 | logger_error("usage: %s -h [help] -f from_path -t to_path", procname); |
| 209 | } |
| 210 | |
| 211 | int main(int argc, char* argv[]) |
| 212 | { |
no outgoing calls
no test coverage detected
searching dependent graphs…