man sc_strerror (Fonctions bibliothèques) - Return string describing error code
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.