mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-04-28 06:33:36 +00:00
* modules/wchar-h: Renamed from modules/wchar. * modules/wchar-h-tests: Renamed from modules/wchar-tests. * modules/wchar-h-c++-tests: Renamed from modules/wchar-c++-tests. * tests/test-wchar-h.c: Renamed from tests/test-wchar.c. * tests/test-wchar-h-c++.cc: Renamed from tests/test-wchar-c++.cc. * tests/test-wchar-h-c++2.cc: Renamed from tests/test-wchar-c++2.cc. * tests/test-wchar-h-c++3.cc: Renamed from tests/test-wchar-c++3.cc. * doc/posix-headers/wchar.texi: Update. * modules/* (Depends-on): Update. * modules/wchar: New file.
31 lines
431 B
Plaintext
31 lines
431 B
Plaintext
Description:
|
|
wcsncmp() function: compare two wide strings.
|
|
|
|
Files:
|
|
lib/wcsncmp.c
|
|
lib/wcsncmp-impl.h
|
|
m4/wcsncmp.m4
|
|
|
|
Depends-on:
|
|
wchar-h
|
|
|
|
configure.ac:
|
|
gl_FUNC_WCSNCMP
|
|
gl_CONDITIONAL([GL_COND_OBJ_WCSNCMP],
|
|
[test $HAVE_WCSNCMP = 0 || test $REPLACE_WCSNCMP = 1])
|
|
gl_WCHAR_MODULE_INDICATOR([wcsncmp])
|
|
|
|
Makefile.am:
|
|
if GL_COND_OBJ_WCSNCMP
|
|
lib_SOURCES += wcsncmp.c
|
|
endif
|
|
|
|
Include:
|
|
<wchar.h>
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
all
|