1pr29_strerror(3) libidn pr29_strerror(3)
2
3
4
6 pr29_strerror - return string describing pr29 error code
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_8() and pr29_8z()).
30
32 Returns a pointer to a statically allocated string containing a
33 description of the error with the return code rc.
34
36 Report bugs to <bug-libidn@gnu.org>.
37
39 Copyright © 2002, 2003, 2004, 2005, 2006 Simon Josefsson.
40 Permission is granted to make and distribute verbatim copies of this
41 manual provided the copyright notice and this permission notice are
42 preserved on all copies.
43
45 The full documentation for libidn is maintained as a Texinfo manual.
46 If the info and libidn programs are properly installed at your site,
47 the command
48
49 info libidn
50
51 should give you access to the complete manual.
52
53
54
55libidn 0.6.8 pr29_strerror(3)