1asn1_strerror(3) libtasn1 asn1_strerror(3)
2
3
4
6 asn1_strerror - API function
7
9 #include <libtasn1.h>
10
11 const char * asn1_strerror(int error);
12
14 int error is an error returned by a libtasn1 function.
15
17 Returns a string with a description of an error. This function is sim‐
18 ilar to strerror. The only difference is that it accepts an error
19 (number) returned by a libtasn1 function.
20
22 Pointer to static zero-terminated string describing error code.
23
25 1.6
26
28 Copyright © 2006-2022 Free Software Foundation, Inc..
29 Copying and distribution of this file, with or without modification,
30 are permitted in any medium without royalty provided the copyright no‐
31 tice and this notice are preserved.
32
34 The full documentation for libtasn1 is maintained as a Texinfo manual.
35 If the info and libtasn1 programs are properly installed at your site,
36 the command
37
38 info libtasn1
39
40 should give you access to the complete manual. As an alternative you
41 may obtain the manual from:
42
43 https://www.gnu.org/software/libtasn1/manual/
44
45libtasn1 4.19.0 asn1_strerror(3)