Hash :
c5c66975
Author :
Date :
2011-02-05T12:47:22
New module 'wmemcmp'. * modules/wmemcmp: New file. * lib/wchar.in.h (wmemcmp): New declaration. * lib/wmemcmp.c: New file. * lib/wmemcmp-impl.h: New file, from libutf8 with modifications. * m4/wmemcmp.m4: New file. * m4/wchar_h.m4 (gl_WCHAR_H): Test whether wmemcmp is declared. (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WMEMCMP, HAVE_WMEMCMP. * modules/wchar (Makefile.am): Substitute GNULIB_WMEMCMP, HAVE_WMEMCMP. * tests/test-wchar-c++.cc: Test the declaration of wmemcmp. * doc/posix-functions/wmemcmp.texi: Mention the new module.
Description:
wmemcmp() function: compare wide character arrays.
Files:
lib/wmemcmp.c
lib/wmemcmp-impl.h
m4/wmemcmp.m4
Depends-on:
wchar
configure.ac:
gl_FUNC_WMEMCMP
gl_WCHAR_MODULE_INDICATOR([wmemcmp])
Makefile.am:
Include:
<wchar.h>
License:
LGPL
Maintainer:
Bruno Haible