Initialize Tizen 2.3
[external/libtasn1.git] / doc / man / libtasn1_strerror.3
1 .\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
2 .TH "libtasn1_strerror" 3 "2.7" "libtasn1" "libtasn1"
3 .SH NAME
4 libtasn1_strerror \- API function
5 .SH SYNOPSIS
6 .B #include <libtasn1.h>
7 .sp
8 .BI "const char * libtasn1_strerror(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 Returns a string with a description of an error.  This function is
14 similar to strerror.  The only difference is that it accepts an
15 error (number) returned by a libtasn1 function.
16 .SH "RETURNS"
17 Pointer to static zero\-terminated string describing error
18 code.
19 .SH "DEPRECATED"
20 Use \fBasn1_strerror()\fP instead.
21 .SH COPYRIGHT
22 Copyright \(co 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc..
23 .br
24 Copying and distribution of this file, with or without modification,
25 are permitted in any medium without royalty provided the copyright
26 notice and this notice are preserved.
27 .SH "SEE ALSO"
28 The full documentation for
29 .B libtasn1
30 is maintained as a Texinfo manual.  If the
31 .B info
32 and
33 .B libtasn1
34 programs are properly installed at your site, the command
35 .IP
36 .B info libtasn1
37 .PP
38 should give you access to the complete manual.