mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
c5c66975f7
* 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.
26 lines
281 B
Plaintext
26 lines
281 B
Plaintext
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
|