SC_STRERROR(3)
NAME
sc_strerror - Return string describing error code
SYNOPSIS
#include <opensc.h> const char *sc_strerror(int error);
DESCRIPTION
- This function returns a string describing error. It may be used with a
negative errorcode returned by any OpenSC function call.