Hash :
d0e37c5d
Author :
Date :
2011-02-06T04:47:49
New module 'wcsncmp'. * modules/wcsncmp: New file. * lib/wchar.in.h (wcsncmp): New declaration. * lib/wcsncmp.c: New file. * lib/wcsncmp-impl.h: New file, from libutf8 with modifications. * m4/wcsncmp.m4: New file. * m4/wchar_h.m4 (gl_WCHAR_H): Test whether wcsncmp is declared. (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNCMP, HAVE_WCSNCMP. * modules/wchar (Makefile.am): Substitute GNULIB_WCSNCMP, HAVE_WCSNCMP. * tests/test-wchar-c++.cc: Test the declaration of wcsncmp. * doc/posix-functions/wcsncmp.texi: Mention the new module.
Description:
wcsncmp() function: compare two wide strings.
Status:
obsolete
Notice:
This module is obsolete.
Files:
lib/wcsncmp.c
lib/wcsncmp-impl.h
m4/wcsncmp.m4
Depends-on:
wchar
configure.ac:
gl_FUNC_WCSNCMP
gl_WCHAR_MODULE_INDICATOR([wcsncmp])
Makefile.am:
Include:
<wchar.h>
License:
LGPL
Maintainer:
Bruno Haible