mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-05-13 15:13: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.
30 lines
414 B
Plaintext
30 lines
414 B
Plaintext
Description:
|
|
wmemchr() function: search wide character array for a wide character.
|
|
|
|
Files:
|
|
lib/wmemchr.c
|
|
lib/wmemchr-impl.h
|
|
m4/wmemchr.m4
|
|
|
|
Depends-on:
|
|
wchar-h
|
|
|
|
configure.ac:
|
|
gl_FUNC_WMEMCHR
|
|
gl_CONDITIONAL([GL_COND_OBJ_WMEMCHR], [test $HAVE_WMEMCHR = 0])
|
|
gl_WCHAR_MODULE_INDICATOR([wmemchr])
|
|
|
|
Makefile.am:
|
|
if GL_COND_OBJ_WMEMCHR
|
|
lib_SOURCES += wmemchr.c
|
|
endif
|
|
|
|
Include:
|
|
<wchar.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all
|