1libtasn1_perror(3) libtasn1 libtasn1_perror(3)
2
3
4
6 libtasn1_perror - prints a string to stderr with a description of an
7 error
8
10 #include <libtasn1.h>
11
12 void libtasn1_perror(asn1_retCode error);
13
15 asn1_retCode error
16 is an error returned by a libtasn1 function.
17
19 This function is like perror(). The only difference is that it accepts
20 an error returned by a libtasn1 function.
21
23 Copyright © 2006 Free Software Foundation, Inc..
24 Permission is granted to make and distribute verbatim copies of this
25 manual provided the copyright notice and this permission notice are
26 preserved on all copies.
27
29 The full documentation for libtasn1 is maintained as a Texinfo manual.
30 If the info and libtasn1 programs are properly installed at your site,
31 the command
32
33 info libtasn1
34
35 should give you access to the complete manual.
36
37
38
39libtasn1 0.3.9 libtasn1_perror(3)