git-version-gen: init shell var to avoid env var influence
[gnulib.git] / modules / mbspbrk
blob80d5133459178727541aa353de227b9e0f0dedbf
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 License:
23 LGPL
25 Maintainer:
26 Bruno Haible