mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
30 lines
336 B
Plaintext
30 lines
336 B
Plaintext
Description:
|
|
mbsspn() function: search a string for any outside a set of characters.
|
|
|
|
Files:
|
|
lib/mbsspn.c
|
|
m4/mbsspn.m4
|
|
m4/mbrtowc.m4
|
|
|
|
Depends-on:
|
|
mbuiter
|
|
string
|
|
mbschr
|
|
|
|
configure.ac:
|
|
gl_FUNC_MBSSPN
|
|
gl_STRING_MODULE_INDICATOR([mbsspn])
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += mbsspn.c
|
|
|
|
Include:
|
|
<string.h>
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|