repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
strsignal-tests: Fix test failure on macOS 10.13.
[gnulib.git]
/
modules
/
wcsstr
blob
f976392e0a37146a92c266370aa67f96bb68d2e4
1
Description:
2
wcsstr() function: locate a substring in a wide string.
3
4
Files:
5
lib/wcsstr.c
6
lib/wcsstr-impl.h
7
m4/wcsstr.m4
8
9
Depends-on:
10
wchar
11
wcschr [test $HAVE_WCSSTR = 0]
12
13
configure.ac:
14
gl_FUNC_WCSSTR
15
if test $HAVE_WCSSTR = 0; then
16
AC_LIBOBJ([wcsstr])
17
fi
18
gl_WCHAR_MODULE_INDICATOR([wcsstr])
19
20
Makefile.am:
21
22
Include:
23
<wchar.h>
24
25
License:
26
LGPL
27
28
Maintainer:
29
all