|
Error-handling |
Functions | |
void | gz_error_init (int print, int level) |
const char * | gz_error_str (void) |
|
For internal use only. Initialize error logging
|
|
Retrieve the last error (as a descriptive string). Most functions in will return 0 on success and non-zero value on error; a descriptive error message can be obtained by calling this function. |