1SC_STRERROR(3) OpenSC API reference SC_STRERROR(3)
23
4
NAME
6sc_strerror - Return string describing error code
7
SYNOPSIS
9#include <opensc.h>
1011
const char *sc_strerror(int error);
1213
14
DESCRIPTION
16This function returns a string describing error. It may be used with a
17negative errorcode returned by any OpenSC function call.
1819
20
21
opensc 02/16/2010 SC_STRERROR(3)