1idn2_strerror(3) libidn2 idn2_strerror(3)
2
3
4
6 idn2_strerror - API function
7
9 #include <idn2.h>
10
11 const char * idn2_strerror(int rc);
12
14 int rc return code from another libidn2 function.
15
17 Convert internal libidn2 error code to a humanly readable string. The
18 returned pointer must not be de-allocated by the caller.
19
21 A humanly readable string describing error.
22
24 The full documentation for libidn2 is maintained as a Texinfo manual.
25 If the info and libidn2 programs are properly installed at your site,
26 the command
27
28 info libidn2
29
30 should give you access to the complete manual.
31
32
33
34libidn2 0.7 idn2_strerror(3)