posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / mbspbrk
blob9620e3f0f3a5556e6569917e327eb2618f8e42b3
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 mbuiter
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 $(LIB_MBRTOWC)
26 License:
27 LGPL
29 Maintainer:
30 all