MCPcopy Create free account
hub / github.com/F-Stack/f-stack / error

Function error

freebsd/contrib/zlib/test/minigzip.c:351–356  ·  view source on GitHub ↗

=========================================================================== * Display error message and exit */

(msg)

Source from the content-addressed store, hash-verified

349 * Display error message and exit
350 */
351void error(msg)
352 const char *msg;
353{
354 fprintf(stderr, "%s: %s\n", prog, msg);
355 exit(1);
356}
357
358/* ===========================================================================
359 * Compress input to output then close both files.

Callers 4

gz_compressFunction · 0.70
gz_compress_mmapFunction · 0.70
gz_uncompressFunction · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected