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