| 22 | } |
| 23 | |
| 24 | static void usage(const char *progname) |
| 25 | { |
| 26 | printf("usage: %s [option]\n" |
| 27 | "\t-f configure_filename\n" |
| 28 | "\t-h help\n", |
| 29 | progname); |
| 30 | exit (1); |
| 31 | } |
| 32 | |
| 33 | int main(int argc, char *argv[]) |
| 34 | { |
no outgoing calls
no test coverage detected
searching dependent graphs…