| 37 | static void dogmt(void); |
| 38 | static void errensure(void); |
| 39 | static void timeout(FILE *, const char *, const struct tm *); |
| 40 | ATTRIBUTE_NORETURN static void usage(void); |
| 41 | |
| 42 | int |
nothing calls this directly
no outgoing calls
no test coverage detected