summaryrefslogtreecommitdiff
path: root/modules/mbsstr
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-02-05 01:36:34 +0000
committerBruno Haible <bruno@clisp.org>2007-02-05 01:36:34 +0000
commit0e6e2d08f8fb82246767c5e671dea720934af1c0 (patch)
tree91084dc136149f90727fac21b64790d1421fd51f /modules/mbsstr
parent8d097bc878c1692e71b46eee71e8d3e42ce9cac6 (diff)
downloadgnulib-0e6e2d08f8fb82246767c5e671dea720934af1c0.tar.gz
New module 'mbsstr'. Remove module 'strstr'.
Diffstat (limited to 'modules/mbsstr')
-rw-r--r--modules/mbsstr28
1 files changed, 28 insertions, 0 deletions
diff --git a/modules/mbsstr b/modules/mbsstr
new file mode 100644
index 0000000000..bfcd47ae6b
--- /dev/null
+++ b/modules/mbsstr
@@ -0,0 +1,28 @@
+Description:
+mbsstr() function: search for a substring in a string.
+
+Files:
+lib/mbsstr.c
+m4/mbsstr.m4
+m4/mbrtowc.m4
+
+Depends-on:
+mbuiter
+string
+
+configure.ac:
+gl_FUNC_MBSSTR
+gl_STRING_MODULE_INDICATOR([mbsstr])
+
+Makefile.am:
+lib_SOURCES += mbsstr.c
+
+Include:
+<string.h>
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible
+