=========================================================================== * Display error message and exit */
(msg)
| 354 | * Display error message and exit |
| 355 | */ |
| 356 | void error(msg) |
| 357 | const char *msg; |
| 358 | { |
| 359 | fprintf(stderr, "%s: %s\n", prog, msg); |
| 360 | exit(1); |
| 361 | } |
| 362 | |
| 363 | /* =========================================================================== |
| 364 | * Compress input to output then close both files. |
no outgoing calls
no test coverage detected