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

Function error

freebsd/contrib/zstd/zlibWrapper/examples/minigzip.c:356–361  ·  view source on GitHub ↗

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

(msg)

Source from the content-addressed store, hash-verified

354 * Display error message and exit
355 */
356void 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.

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