Hash :
acfc83b9
Author :
Date :
2023-08-21T15:50:35
wmemcmp: Relicense under LGPLv2+. * modules/wmemcmp (License): Change to LGPLv2+. * lib/wmemcmp.c: Update license notice. * lib/wmemcmp-impl.h: Likewise.
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_CONDITIONAL([GL_COND_OBJ_WMEMCMP],
[test $HAVE_WMEMCMP = 0 || test $REPLACE_WMEMCMP = 1])
gl_WCHAR_MODULE_INDICATOR([wmemcmp])
Makefile.am:
if GL_COND_OBJ_WMEMCMP
lib_SOURCES += wmemcmp.c
endif
Include:
<wchar.h>
License:
LGPLv2+
Maintainer:
all