1libtasn1_strerror(3) libtasn1 libtasn1_strerror(3)
2
3
4
6 libtasn1_strerror - Returns a string with a description of an error
7
9 #include <libtasn1.h>
10
11 const char * libtasn1_strerror(asn1_retCode error);
12
14 asn1_retCode error
15 is an error returned by a libtasn1 function.
16
18 This function is similar to strerror(). The only difference is that it
19 accepts an error (number) returned by a libtasn1 function.
20
22 Pointer to static zero-terminated string describing error code.
23
25 Copyright © 2006 Free Software Foundation, Inc..
26 Permission is granted to make and distribute verbatim copies of this
27 manual provided the copyright notice and this permission notice are
28 preserved on all copies.
29
31 The full documentation for libtasn1 is maintained as a Texinfo manual.
32 If the info and libtasn1 programs are properly installed at your site,
33 the command
34
35 info libtasn1
36
37 should give you access to the complete manual.
38
39
40
41libtasn1 0.3.9 libtasn1_strerror(3)