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_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>. GNU Libidn home page:
37 http://www.gnu.org/software/libidn/ General help using GNU software:
38 http://www.gnu.org/gethelp/
39
41 Copyright © 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Simon
42 Josefsson.
43 Copying and distribution of this file, with or without modification,
44 are permitted in any medium without royalty provided the copyright
45 notice and this notice are preserved.
46
48 The full documentation for libidn is maintained as a Texinfo manual.
49 If the info and libidn programs are properly installed at your site,
50 the command
51
52 info libidn
53
54 should give you access to the complete manual.
55
56
57
58libidn 1.18 pr29_strerror(3)