getopt-posix, crypto/md5-buffer: Fix __GNUC_PREREQ re clang.
[gnulib.git] / modules / mbscspn
blobc730f907a7b6a0d2791d58911035a749a6c0b63d
1 Description:
2 mbscspn() function: search a string for any of a set of characters.
4 Files:
5 lib/mbscspn.c
7 Depends-on:
8 mbuiterf
9 string
10 mbschr
11 strcspn
13 configure.ac:
14 gl_STRING_MODULE_INDICATOR([mbscspn])
16 Makefile.am:
17 lib_SOURCES += mbscspn.c
19 Include:
20 <string.h>
22 Link:
23 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
24 $(MBRTOWC_LIB)
25 $(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
27 License:
28 LGPL
30 Maintainer:
31 all