Initialize Tizen 2.3
[external/libtasn1.git] / doc / texi / asn1_strerror.texi
1 @subheading asn1_strerror
2 @anchor{asn1_strerror}
3 @deftypefun {const char *} {asn1_strerror} (asn1_retCode @var{error})
4 @var{error}: is an error returned by a libtasn1 function.
5
6 Returns a string with a description of an error.  This function is
7 similar to strerror.  The only difference is that it accepts an
8 error (number) returned by a libtasn1 function.
9
10 This function replaces @code{libtasn1_strerror()} in older libtasn1.
11
12 @strong{Returns:} Pointer to static zero-terminated string describing error
13 code.
14
15 @strong{Since:} 1.6
16 @end deftypefun
17