1stringprep_check_version(3)         libidn         stringprep_check_version(3)
2
3
4

NAME

6       stringprep_check_version - API function
7

SYNOPSIS

9       #include <stringprep.h>
10
11       const char * stringprep_check_version(const char * req_version);
12

ARGUMENTS

14       const char * req_version
15                   Required version number, or NULL.
16

DESCRIPTION

18       Check  that  the version of the library is at minimum the requested one
19       and return the version string; return NULL if the condition is not sat‐
20       isfied.   If  a  NULL is passed to this function, no check is done, but
21       the version string is simply returned.
22
23       See STRINGPREP_VERSION for a suitable req_version string.
24

RETURN VALUE

26       Version string of run-time library, or NULL  if  the  run-time  library
27       does not meet the required version number.
28

REPORTING BUGS

30       Report   bugs   to   <bug-libidn@gnu.org>.    GNU   Libidn  home  page:
31       http://www.gnu.org/software/libidn/ General help  using  GNU  software:
32       http://www.gnu.org/gethelp/
33
35       Copyright  © 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Simon
36       Josefsson.
37       Copying and distribution of this file, with  or  without  modification,
38       are  permitted  in  any  medium  without royalty provided the copyright
39       notice and this notice are preserved.
40

SEE ALSO

42       The full documentation for libidn is maintained as  a  Texinfo  manual.
43       If  the  info  and libidn programs are properly installed at your site,
44       the command
45
46              info libidn
47
48       should give you access to the complete manual.
49
50
51
52libidn                               1.18          stringprep_check_version(3)
Impressum