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(int error);
12
14 int error is an error returned by a libtasn1 function.
15
17 Prints a string to stderr with a description of an error. This func‐
18 tion is like perror(). The only difference is that it accepts an error
19 returned by a libtasn1 function.
20
22 1.6
23
25 Copyright © 2006-2015 Free Software Foundation, Inc..
26 Copying and distribution of this file, with or without modification,
27 are permitted in any medium without royalty provided the copyright
28 notice and this notice are preserved.
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. As an alternative you
38 may obtain the manual from:
39
40 http://www.gnu.org/software/libtasn1/manual/
41
42libtasn1 4.13 asn1_perror(3)