Files
RedBear-OS/local/recipes/dev/libtool/source/gnulib/modules/wcscmp
T

31 lines
418 B
Plaintext

Description:
wcscmp() function: compare two wide strings.
Files:
lib/wcscmp.c
lib/wcscmp-impl.h
m4/wcscmp.m4
Depends-on:
wchar
configure.ac:
gl_FUNC_WCSCMP
gl_CONDITIONAL([GL_COND_OBJ_WCSCMP],
[test $HAVE_WCSCMP = 0 || test $REPLACE_WCSCMP = 1])
gl_WCHAR_MODULE_INDICATOR([wcscmp])
Makefile.am:
if GL_COND_OBJ_WCSCMP
lib_SOURCES += wcscmp.c
endif
Include:
<wchar.h>
License:
LGPL
Maintainer:
all