opensc/doc/api/util/sc_strerror.xml

34 lines
804 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<refentry id="scstrerror">
<refentryinfo><title>OpenSC API Reference</title></refentryinfo>
<refmeta>
<refentrytitle>sc_strerror</refentrytitle>
<manvolnum>3</manvolnum>
<refmiscinfo>opensc</refmiscinfo>
</refmeta>
<refnamediv>
<refname>sc_strerror</refname>
<refpurpose>Return string describing error code</refpurpose>
</refnamediv>
<refsect1>
<title>Synopsis</title>
<para>
<programlisting>
#include &lt;opensc.h&gt;
const char *sc_strerror(int error);
</programlisting>
</para>
</refsect1>
<refsect1>
<title>Description</title>
<para>
This function returns a string describing <emphasis>error</emphasis>. It may
be used with a negative errorcode returned by any OpenSC function call.
</para>
</refsect1>
</refentry>