![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
Macros | |
#define | ZSTD_DEPS_NEED_MALLOC |
Functions | |
unsigned | ZSTD_versionNumber (void) |
const char * | ZSTD_versionString (void) |
unsigned | ZSTD_isError (size_t code) |
const char * | ZSTD_getErrorName (size_t code) |
ZSTD_ErrorCode | ZSTD_getErrorCode (size_t code) |
const char * | ZSTD_getErrorString (ZSTD_ErrorCode code) |
#define ZSTD_DEPS_NEED_MALLOC |
ZSTD_ErrorCode ZSTD_getErrorCode | ( | size_t | code | ) |
ZSTD_getError() : convert a size_t
function result into a proper ZSTD_errorCode enum
const char * ZSTD_getErrorName | ( | size_t | code | ) |
ZSTD_getErrorName() : provides error code string from function result (useful for debugging)
const char * ZSTD_getErrorString | ( | ZSTD_ErrorCode | code | ) |
ZSTD_getErrorString() : provides error code string from enum
unsigned ZSTD_isError | ( | size_t | code | ) |
ZSTD_isError() : tells if a return value is an error code symbol is required for external callers
unsigned ZSTD_versionNumber | ( | void | ) |
ZSTD_versionNumber() : Return runtime library version, the value is (MAJOR*100*100 + MINOR*100 + RELEASE).
const char * ZSTD_versionString | ( | void | ) |
ZSTD_versionString() : Return runtime library version, like "1.4.5". Requires v1.3.0+.