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
tests: fix 'invalid path dir' error
[gnulib.git]
/
modules
/
wcstok
blob
3ee3192fb18f8b04ec3e485edae396717762d0a1
1
Description:
2
wcstok() function: split a wide string into tokens.
3
4
Files:
5
lib/wcstok.c
6
lib/wcstok-impl.h
7
m4/wcstok.m4
8
9
Depends-on:
10
wchar
11
wcsspn [test $HAVE_WCSTOK = 0]
12
wcspbrk [test $HAVE_WCSTOK = 0]
13
14
configure.ac:
15
gl_FUNC_WCSTOK
16
if test $HAVE_WCSTOK = 0; then
17
AC_LIBOBJ([wcstok])
18
fi
19
gl_WCHAR_MODULE_INDICATOR([wcstok])
20
21
Makefile.am:
22
23
Include:
24
<wchar.h>
25
26
License:
27
LGPL
28
29
Maintainer:
30
all