1asn1_perror(3) libtasn1 asn1_perror(3)
2
3
4
6 asn1_perror - API function
7
9 #include <libtasn1.h>
10
11 void asn1_perror(asn1_retCode error);
12
14 asn1_retCode error
15 is an error returned by a libtasn1 function.
16
18 Prints a string to stderr with a description of an error. This func‐
19 tion is like perror(). The only difference is that it accepts an error
20 returned by a libtasn1 function.
21
22 This function replaces libtasn1_perror() in older libtasn1.
23
25 1.6
26
28 Copyright © 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
29 Inc..
30 Copying and distribution of this file, with or without modification,
31 are permitted in any medium without royalty provided the copyright
32 notice and this notice are preserved.
33
35 The full documentation for libtasn1 is maintained as a Texinfo manual.
36 If the info and libtasn1 programs are properly installed at your site,
37 the command
38
39 info libtasn1
40
41 should give you access to the complete manual.
42
43
44
45libtasn1 2.7 asn1_perror(3)