Hash :
567b7fe9
Author :
Date :
2023-08-21T15:46:02
wcschr: Relicense under LGPLv2+. * modules/wcschr (License): Change to LGPLv2+. * lib/wcschr.c: Update license notice. * lib/wcschr-impl.h: Likewise.
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