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
havelib: Fix for Solaris 11 OpenIndiana and Solaris 11 OmniOS.
[gnulib.git]
/
modules
/
wcsspn
blob
0bfe51c7cc396939143294c2c2a4ca5ac195c7dd
1
Description:
2
wcsspn() function: advance in a wide string, skipping 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/wcsspn.c
12
lib/wcsspn-impl.h
13
m4/wcsspn.m4
14
15
Depends-on:
16
wchar
17
wcschr [test $HAVE_WCSSPN = 0]
18
19
configure.ac:
20
gl_FUNC_WCSSPN
21
if test $HAVE_WCSSPN = 0; then
22
AC_LIBOBJ([wcsspn])
23
fi
24
gl_WCHAR_MODULE_INDICATOR([wcsspn])
25
26
Makefile.am:
27
28
Include:
29
<wchar.h>
30
31
License:
32
LGPL
33
34
Maintainer:
35
all