Hash :
6d5f6cf8
Author :
Date :
2023-07-18T11:43:00
mbstok_r: Simplify dependencies. * lib/mbstok_r.c: Include <stdlib.h> instead of mbuiter.h. * modules/mbstok_r (Depends-on): Remove mbuiter.
Description:
mbstok_r() function: split string into tokens, thread safe.
Files:
lib/mbstok_r.c
Depends-on:
string
mbsspn
mbspbrk
strtok_r
configure.ac:
gl_STRING_MODULE_INDICATOR([mbstok_r])
Makefile.am:
lib_SOURCES += mbstok_r.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