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

NAME

6       stringprep_check_version - check for library version
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 the version of the library is at minimum the requested
19       one and return the version string; return NULL if the condition is  not
20       satisfied.  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>.
31
33       Copyright © 2002, 2003, 2004, 2005, 2006 Simon Josefsson.
34       Permission  is  granted  to make and distribute verbatim copies of this
35       manual provided the copyright notice and  this  permission  notice  are
36       preserved on all copies.
37

SEE ALSO

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