Initialize Tizen 2.3
[external/libtasn1.git] / doc / texi / libtasn1_perror.texi
1 @subheading libtasn1_perror
2 @anchor{libtasn1_perror}
3 @deftypefun {void} {libtasn1_perror} (asn1_retCode @var{error})
4 @var{error}: is an error returned by a libtasn1 function.
5
6 Prints a string to stderr with a description of an error.  This
7 function is like @code{perror()}. The only difference is that it accepts
8 an error returned by a libtasn1 function.
9
10 @strong{Deprecated:} Use @code{asn1_perror()} instead.
11 @end deftypefun
12