summaryrefslogtreecommitdiff
path: root/modules/wcsstr
blob: 87ac47fa651000c97c2375022e1662de14b49161 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Description:
wcsstr() function: efficiently locate a substring in a wide string.

Files:
lib/wcsstr.c
lib/wcsstr-impl.h
lib/wcs-two-way.h
m4/wcsstr.m4

Depends-on:
wcsstr-simple
builtin-expect  [test $HAVE_WCSSTR = 0 || test $REPLACE_WCSSTR = 1]
wcschr          [test $HAVE_WCSSTR = 0 || test $REPLACE_WCSSTR = 1]
wmemchr         [test $HAVE_WCSSTR = 0 || test $REPLACE_WCSSTR = 1]
wmemcmp         [test $HAVE_WCSSTR = 0 || test $REPLACE_WCSSTR = 1]

configure.ac:
gl_FUNC_WCSSTR
if test $HAVE_WCSSTR = 0 || test $REPLACE_WCSSTR = 1; then
  AC_LIBOBJ([wcsstr])
fi

Makefile.am:

Include:
<wchar.h>

License:
LGPL

Maintainer:
all