| 158 | } |
| 159 | |
| 160 | static void show_usage(const char *progname) |
| 161 | { |
| 162 | fprintf(stderr, "USAGE: %s <path-to-deps-file>\n", progname); |
| 163 | exit(EXIT_FAILURE); |
| 164 | } |
| 165 | |
| 166 | /**************************************************************************** |
| 167 | * Public Functions |