summaryrefslogtreecommitdiff
path: root/gnulib/modules/c-strstr
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/c-strstr')
m---------gnulib0
-rw-r--r--gnulib/modules/c-strstr24
2 files changed, 24 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/c-strstr b/gnulib/modules/c-strstr
new file mode 100644
index 0000000..6a7e063
--- /dev/null
+++ b/gnulib/modules/c-strstr
@@ -0,0 +1,24 @@
+Description:
+Search for a substring in a string in C locale.
+
+Files:
+lib/c-strstr.h
+lib/c-strstr.c
+
+Depends-on:
+strstr
+
+configure.ac:
+
+Makefile.am:
+lib_SOURCES += c-strstr.h c-strstr.c
+
+Include:
+"c-strstr.h"
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible
+