Hash :
eaa7397e
Author :
Date :
2023-07-18T13:44:39
mbscspn: Optimize. * lib/mbscspn.c: Include mbuiterf.h instead of mbuiter.h. (mbscspn): Use mbuif_* macros instead of mbui_* macros. * modules/mbscspn (Depends-on): Add mbuiterf. Remove mbuiter.
Description:
mbscspn() function: search a string for any of a set of characters.
Files:
lib/mbscspn.c
Depends-on:
mbuiterf
string
mbschr
strcspn
configure.ac:
gl_STRING_MODULE_INDICATOR([mbscspn])
Makefile.am:
lib_SOURCES += mbscspn.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