Description:
wcsstr() function: locate a substring in a wide string.

Files:
lib/wcsstr.c
lib/wcsstr-impl.h
m4/wcsstr.m4

Depends-on:
wchar
wcschr          [test $HAVE_WCSSTR = 0]

configure.ac:
gl_FUNC_WCSSTR
gl_CONDITIONAL([GL_COND_OBJ_WCSSTR], [test $HAVE_WCSSTR = 0])
gl_WCHAR_MODULE_INDICATOR([wcsstr])

Makefile.am:
if GL_COND_OBJ_WCSSTR
lib_SOURCES += wcsstr.c
endif

Include:
<wchar.h>

License:
LGPL

Maintainer:
all
