summaryrefslogtreecommitdiff
path: root/modules/mbscspn
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-02-05 02:52:43 +0000
committerBruno Haible <bruno@clisp.org>2007-02-05 02:52:43 +0000
commit2f6c32bf5803ab9ee24ae43b9042616b10773b41 (patch)
tree52ff245912a4d0566023487b514dbbfe3cefd3df /modules/mbscspn
parent7ea59ff595ae50b1c2c5d4c6aedef4678595eda7 (diff)
downloadgnulib-2f6c32bf5803ab9ee24ae43b9042616b10773b41.tar.gz
New module 'mbscspn'.
Diffstat (limited to 'modules/mbscspn')
-rw-r--r--modules/mbscspn30
1 files changed, 30 insertions, 0 deletions
diff --git a/modules/mbscspn b/modules/mbscspn
new file mode 100644
index 0000000000..c24e5cc994
--- /dev/null
+++ b/modules/mbscspn
@@ -0,0 +1,30 @@
+Description:
+mbscspn() function: search a string for any of a set of characters.
+
+Files:
+lib/mbscspn.c
+m4/mbscspn.m4
+m4/mbrtowc.m4
+
+Depends-on:
+mbuiter
+string
+mbschr
+strcspn
+
+configure.ac:
+gl_FUNC_MBSCSPN
+gl_STRING_MODULE_INDICATOR([mbscspn])
+
+Makefile.am:
+lib_SOURCES += mbscspn.c
+
+Include:
+<string.h>
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible
+