diff modules/getsubopt @ 5138:965e5e2eaeac

New module 'getsubopt'.
author Bruno Haible <bruno@clisp.org>
date Fri, 06 Aug 2004 20:23:41 +0000 (2004-08-06)
parents
children 42b53a22aee5
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/modules/getsubopt
@@ -0,0 +1,22 @@
+Description:
+getsubopt: Parse comma separate list into words.
+
+Files:
+lib/getsubopt.h
+lib/getsubopt.c
+m4/getsubopt.m4
+
+Depends-on:
+strchrnul
+
+configure.ac:
+gl_FUNC_GETSUBOPT
+
+Makefile.am:
+lib_SOURCES += getsubopt.h
+
+Include:
+"getsubopt.h"
+
+Maintainer:
+all, glibc