1asn1_perror(3)                     libtasn1                     asn1_perror(3)
2
3
4

NAME

6       asn1_perror - prints a string to stderr with a description of an error
7

SYNOPSIS

9       #include <libtasn1.h>
10
11       void asn1_perror(asn1_retCode error);
12

ARGUMENTS

14       asn1_retCode error
15                   is an error returned by a libtasn1 function.
16

DESCRIPTION

18       This function is like perror().  The only difference is that it accepts
19       an error returned by a libtasn1 function.
20
21       This function replaces libtasn1_perror() in older libtasn1.
22

SINCE

24       1.6
25
27       Copyright © 2006, 2007, 2008, 2009 Free Software Foundation, Inc..
28       Copying and distribution of this file, with  or  without  modification,
29       are  permitted  in  any  medium  without royalty provided the copyright
30       notice and this notice are preserved.
31

SEE ALSO

33       The full documentation for libtasn1 is maintained as a Texinfo  manual.
34       If  the info and libtasn1 programs are properly installed at your site,
35       the command
36
37              info libtasn1
38
39       should give you access to the complete manual.
40
41
42
43libtasn1                              2.3                       asn1_perror(3)
Impressum