32 lines
452 B
Plaintext
32 lines
452 B
Plaintext
Description:
|
|
mbspbrk() function: search a string for any of a set of characters.
|
|
|
|
Files:
|
|
lib/mbspbrk.c
|
|
|
|
Depends-on:
|
|
mbuiterf
|
|
string
|
|
mbschr
|
|
strpbrk
|
|
|
|
configure.ac:
|
|
gl_STRING_MODULE_INDICATOR([mbspbrk])
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += mbspbrk.c
|
|
|
|
Include:
|
|
<string.h>
|
|
|
|
Link:
|
|
$(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
|
|
$(MBRTOWC_LIB)
|
|
$(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
all
|