Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
[gnulib.git] / modules / mbsspn
1 Description:
2 mbsspn() function: search a string for any outside a set of characters.
3
4 Files:
5 lib/mbsspn.c
6 m4/mbsspn.m4
7 m4/mbrtowc.m4
8
9 Depends-on:
10 mbuiter
11 string
12 mbschr
13
14 configure.ac:
15 gl_FUNC_MBSSPN
16 gl_STRING_MODULE_INDICATOR([mbsspn])
17
18 Makefile.am:
19 lib_SOURCES += mbsspn.c
20
21 Include:
22 <string.h>
23
24 License:
25 LGPL
26
27 Maintainer:
28 Bruno Haible
29