Home
last modified time | relevance | path

Searched refs:LizardF_errorStrings (Results 1 – 1 of 1) sorted by relevance

/dports/archivers/lizard/lizard-1.0/lib/
H A Dlizard_frame.c173 static const char* LizardF_errorStrings[] = { LIZARDF_LIST_ERRORS(LIZARDF_GENERATE_STRING) }; variable
184 if (LizardF_isError(code)) return LizardF_errorStrings[-(int)(code)]; in LizardF_getErrorName()