vma-iter: Port to 64-bit Haiku.
[gnulib.git] / modules / mbsspn
blobb9144364f6bcb1553aa85c68ba711a3b0f0f5b0b
1 Description:
2 mbsspn() function: search a string for any outside a set of characters.
4 Files:
5 lib/mbsspn.c
7 Depends-on:
8 mbuiter
9 string
10 mbschr
12 configure.ac:
13 gl_STRING_MODULE_INDICATOR([mbsspn])
15 Makefile.am:
16 lib_SOURCES += mbsspn.c
18 Include:
19 <string.h>
21 Link:
22 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
23 $(LIB_MBRTOWC)
25 License:
26 LGPL
28 Maintainer:
29 all