MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / z_error

Function z_error

extern/zlib/src/zutil.c:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120int ZLIB_INTERNAL z_verbose = verbose;
121
122void ZLIB_INTERNAL z_error(char *m) {
123 fprintf(stderr, "%s\n", m);
124 exit(1);
125}
126#endif
127
128/* exported to allow conversion of error code to string for compress() and

Callers 1

check_matchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected