* doc/posix-headers/utmpx.texi: Update for glibc.
[gnulib.git] / modules / mbstok_r
blob0a41e552cac24da698545e2ac4857e9d76e55ee1
1 Description:
2 mbstok_r() function: split string into tokens, thread safe.
4 Files:
5 lib/mbstok_r.c
7 Depends-on:
8 string
9 mbsspn
10 mbspbrk
11 strtok_r
13 configure.ac:
14 gl_STRING_MODULE_INDICATOR([mbstok_r])
16 Makefile.am:
17 lib_SOURCES += mbstok_r.c
19 Include:
20 <string.h>
22 Link:
23 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
24 $(MBRTOWC_LIB)
25 $(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
27 License:
28 LGPL
30 Maintainer:
31 all