1pr29_strerror(3)                    libidn                    pr29_strerror(3)
2
3
4

NAME

6       pr29_strerror - API function
7

SYNOPSIS

9       #include <pr29.h>
10
11       const char * pr29_strerror(Pr29_rc rc);
12

ARGUMENTS

14       Pr29_rc rc  an Pr29_rc return code.
15

DESCRIPTION

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

PR29_SUCCESS

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

PR29_PROBLEM

26       A problem sequence was encountered.
27

PR29_STRINGPREP_ERROR

29       The character set conversion failed (only for pr29_8z()).
30

RETURN VALUE

32       Returns a  pointer  to  a  statically  allocated  string  containing  a
33       description of the error with the return code rc.
34

REPORTING BUGS

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-2013 Simon Josefsson.
42       Copying  and  distribution  of this file, with or without modification,
43       are permitted in any medium  without  royalty  provided  the  copyright
44       notice and this notice are preserved.
45

SEE ALSO

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.
54
55
56
57libidn                               1.28                     pr29_strerror(3)
Impressum