Initialize Tizen 2.3
[external/libtasn1.git] / doc / man / asn1_perror.3
1 .\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
2 .TH "asn1_perror" 3 "2.7" "libtasn1" "libtasn1"
3 .SH NAME
4 asn1_perror \- API function
5 .SH SYNOPSIS
6 .B #include <libtasn1.h>
7 .sp
8 .BI "void asn1_perror(asn1_retCode " error ");"
9 .SH ARGUMENTS
10 .IP "asn1_retCode error" 12
11 is an error returned by a libtasn1 function.
12 .SH "DESCRIPTION"
13 Prints a string to stderr with a description of an error.  This
14 function is like \fBperror()\fP.  The only difference is that it accepts
15 an error returned by a libtasn1 function.
16
17 This function replaces \fBlibtasn1_perror()\fP in older libtasn1.
18 .SH "SINCE"
19 1.6
20 .SH COPYRIGHT
21 Copyright \(co 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc..
22 .br
23 Copying and distribution of this file, with or without modification,
24 are permitted in any medium without royalty provided the copyright
25 notice and this notice are preserved.
26 .SH "SEE ALSO"
27 The full documentation for
28 .B libtasn1
29 is maintained as a Texinfo manual.  If the
30 .B info
31 and
32 .B libtasn1
33 programs are properly installed at your site, the command
34 .IP
35 .B info libtasn1
36 .PP
37 should give you access to the complete manual.