| 36 | static const char* progname=PROGNAME; /* actual program name */ |
| 37 | |
| 38 | static void fatal(const char* message) |
| 39 | { |
| 40 | fprintf(stderr,"%s: %s\n",progname,message); |
| 41 | exit(EXIT_FAILURE); |
| 42 | } |
| 43 | |
| 44 | static void cannot(const char* what) |
| 45 | { |
no outgoing calls
no test coverage detected