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
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
wcspbrk
blob
514898aebb369538f2ba760f64da177b06c8c170
1
Description:
2
wcspbrk() function: search a wide string for any of a set of wide characters.
3
4
Status:
5
obsolete
6
7
Notice:
8
This module is obsolete.
9
10
Files:
11
lib/wcspbrk.c
12
lib/wcspbrk-impl.h
13
m4/wcspbrk.m4
14
15
Depends-on:
16
wchar
17
wcschr [test $HAVE_WCSPBRK = 0]
18
19
configure.ac:
20
gl_FUNC_WCSPBRK
21
if test $HAVE_WCSPBRK = 0; then
22
AC_LIBOBJ([wcspbrk])
23
fi
24
gl_WCHAR_MODULE_INDICATOR([wcspbrk])
25
26
Makefile.am:
27
28
Include:
29
<wchar.h>
30
31
License:
32
LGPL
33
34
Maintainer:
35
all