30 lines
436 B
Plaintext
30 lines
436 B
Plaintext
Description:
|
|
mbsrchr() function: search a string for a character, from the end.
|
|
|
|
Files:
|
|
lib/mbsrchr.c
|
|
|
|
Depends-on:
|
|
mbuiterf
|
|
string
|
|
|
|
configure.ac:
|
|
gl_STRING_MODULE_INDICATOR([mbsrchr])
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += mbsrchr.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
|