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
/
mbstok_r
blob
ad518bb6a523a939d90cdb6fc11398a9990b7686
1
Description:
2
mbstok_r() function: split string into tokens, thread safe.
3
4
Files:
5
lib/mbstok_r.c
6
7
Depends-on:
8
mbuiter
9
string
10
mbsspn
11
mbspbrk
12
strtok_r
13
14
configure.ac:
15
gl_STRING_MODULE_INDICATOR([mbstok_r])
16
17
Makefile.am:
18
lib_SOURCES += mbstok_r.c
19
20
Include:
21
<string.h>
22
23
Link:
24
$(LIB_MBRTOWC)
25
26
License:
27
LGPL
28
29
Maintainer:
30
all