Hash :
8d9d6ad8
Author :
Date :
2023-07-18T13:43:38
mbspbrk: Optimize. * lib/mbspbrk.c: Include mbuiterf.h instead of mbuiter.h. (mbspbrk): Use mbuif_* macros instead of mbui_* macros. * modules/mbspbrk (Depends-on): Add mbuiterf. Remove mbuiter.
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