31 lines
429 B
Plaintext
31 lines
429 B
Plaintext
Description:
|
|
wcsncmp() function: compare two wide strings.
|
|
|
|
Files:
|
|
lib/wcsncmp.c
|
|
lib/wcsncmp-impl.h
|
|
m4/wcsncmp.m4
|
|
|
|
Depends-on:
|
|
wchar
|
|
|
|
configure.ac:
|
|
gl_FUNC_WCSNCMP
|
|
gl_CONDITIONAL([GL_COND_OBJ_WCSNCMP],
|
|
[test $HAVE_WCSNCMP = 0 || test $REPLACE_WCSNCMP = 1])
|
|
gl_WCHAR_MODULE_INDICATOR([wcsncmp])
|
|
|
|
Makefile.am:
|
|
if GL_COND_OBJ_WCSNCMP
|
|
lib_SOURCES += wcsncmp.c
|
|
endif
|
|
|
|
Include:
|
|
<wchar.h>
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
all
|