| 54 | void init (int argc, char *argv[]); |
| 55 | |
| 56 | inline void assertNotReached () |
| 57 | { |
| 58 | fprintf (stderr, "*** [%s] This should not happen! ***\n", prgName); |
| 59 | abort (); |
| 60 | } |
| 61 | |
| 62 | inline void assertNotReached (const char *fmt, ...) |
| 63 | { |
no outgoing calls
no test coverage detected