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
unicodeio: Fix wrong result on FreeBSD.
[gnulib.git]
/
modules
/
mbsspn
blob
8d6308408697efe8d2fc6305be833d70d03922a1
1
Description:
2
mbsspn() function: search a string for any outside a set of characters.
3
4
Files:
5
lib/mbsspn.c
6
7
Depends-on:
8
mbuiter
9
string
10
mbschr
11
12
configure.ac:
13
gl_STRING_MODULE_INDICATOR([mbsspn])
14
15
Makefile.am:
16
lib_SOURCES += mbsspn.c
17
18
Include:
19
<string.h>
20
21
Link:
22
$(LIB_MBRTOWC)
23
24
License:
25
LGPL
26
27
Maintainer:
28
all