1pr29_strerror(3) libidn pr29_strerror(3)
2
3
4
6 pr29_strerror - API function
7
9 #include <pr29.h>
10
11 const char * pr29_strerror(Pr29_rc rc);
12
14 Pr29_rc rc an Pr29_rc return code.
15
17 Convert a return code integer to a text string. This string can be
18 used to output a diagnostic message to the user.
19
21 Successful operation. This value is guaranteed to always be zero, the
22 remaining ones are only guaranteed to hold non-zero values, for logical
23 comparison purposes.
24
26 A problem sequence was encountered.
27
29 The character set conversion failed (only for pr29_8z()).
30
31 Return value: Returns a pointer to a statically allocated string con‐
32 taining a description of the error with the return code rc .
33
35 Report bugs to <help-libidn@gnu.org>.
36 General guidelines for reporting bugs: http://www.gnu.org/gethelp/
37 GNU Libidn home page: http://www.gnu.org/software/libidn/
38
39
41 Copyright © 2002-2021 Simon Josefsson.
42 Copying and distribution of this file, with or without modification,
43 are permitted in any medium without royalty provided the copyright no‐
44 tice and this notice are preserved.
45
47 The full documentation for libidn is maintained as a Texinfo manual.
48 If the info and libidn programs are properly installed at your site,
49 the command
50
51 info libidn
52
53 should give you access to the complete manual. As an alternative you
54 may obtain the manual from:
55
56 http://www.gnu.org/software/libidn/manual/
57
58libidn 1.38 pr29_strerror(3)