nstrftime: use clearer code for padding
[gnulib.git] / modules / mbspbrk
blob158f55caa8b016cf6a740783e854ab6a69e1ef69
1 Description:
2 mbspbrk() function: search a string for any of a set of characters.
4 Files:
5 lib/mbspbrk.c
7 Depends-on:
8 mbuiterf
9 string
10 mbschr
11 strpbrk
13 configure.ac:
14 gl_STRING_MODULE_INDICATOR([mbspbrk])
16 Makefile.am:
17 lib_SOURCES += mbspbrk.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