1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-09-01 02:34:55 +00:00
Files
gnulib/modules/wcschr
T
Bruno Haible 567b7fe949 wcschr: Relicense under LGPLv2+.
* modules/wcschr (License): Change to LGPLv2+.
* lib/wcschr.c: Update license notice.
* lib/wcschr-impl.h: Likewise.
2023-08-21 15:50:09 +02:00

36 lines
445 B
Plaintext

Description:
wcschr() function: search wide string for a wide character.
Status:
obsolete
Notice:
This module is obsolete.
Files:
lib/wcschr.c
lib/wcschr-impl.h
m4/wcschr.m4
Depends-on:
wchar
configure.ac:
gl_FUNC_WCSCHR
gl_CONDITIONAL([GL_COND_OBJ_WCSCHR], [test $HAVE_WCSCHR = 0])
gl_WCHAR_MODULE_INDICATOR([wcschr])
Makefile.am:
if GL_COND_OBJ_WCSCHR
lib_SOURCES += wcschr.c
endif
Include:
<wchar.h>
License:
LGPLv2+
Maintainer:
all