summaryrefslogtreecommitdiff
path: root/modules/getndelim2
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-07-18 16:58:06 +0000
committerBruno Haible <bruno@clisp.org>2003-07-18 16:58:06 +0000
commita77fc1328324ba9f5b8466376aa668d76d4972e0 (patch)
tree98b78662c83075d49c6fc66299ef24171d72fe08 /modules/getndelim2
parent8d4c2136ce0e3ca6e793e86b0170e36951e6fab9 (diff)
downloadgnulib-a77fc1328324ba9f5b8466376aa668d76d4972e0.tar.gz
New module 'getndelim2'.
Diffstat (limited to 'modules/getndelim2')
-rw-r--r--modules/getndelim225
1 files changed, 25 insertions, 0 deletions
diff --git a/modules/getndelim2 b/modules/getndelim2
new file mode 100644
index 0000000000..8f6f51713e
--- /dev/null
+++ b/modules/getndelim2
@@ -0,0 +1,25 @@
+Description:
+Read a line from a stream, stopping at one of 2 delimiters, with bounded
+memory allocation.
+
+Files:
+lib/getndelim2.h
+lib/getndelim2.c
+m4/getndelim2.m4
+m4/ssize_t.m4
+
+Depends-on:
+unlocked-io
+
+configure.ac:
+gl_GETNDELIM2
+
+Makefile.am:
+lib_SOURCES += getndelim2.h getndelim2.c
+
+Include:
+"getndelim2.h"
+
+Maintainer:
+all
+