summaryrefslogtreecommitdiff
path: root/modules/vfscanf
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-04-30 14:53:35 +0200
committerBruno Haible <bruno@clisp.org>2011-04-30 14:53:35 +0200
commit9d916bc07af4177e545d1a13aa3aadeaee03f6f6 (patch)
treebabfab91d633c4f0fc189bf62bbd1bff97a7d581 /modules/vfscanf
parent89d109384c64e703e2507b6ada5efc68bf651393 (diff)
downloadgnulib-9d916bc07af4177e545d1a13aa3aadeaee03f6f6.tar.gz
New modules 'vfscanf', 'vscanf'.
* modules/vfscanf: New file. * modules/vscanf: New file. * m4/stdio_h.m4 (gl_STDIO_H): Don't set GNULIB_VFSCANF, GNULIB_VSCANF here. * doc/posix-functions/vfscanf.texi: Mention module 'vfscanf'. * doc/posix-functions/vscanf.texi: Mention module 'vscanf'.
Diffstat (limited to 'modules/vfscanf')
-rw-r--r--modules/vfscanf21
1 files changed, 21 insertions, 0 deletions
diff --git a/modules/vfscanf b/modules/vfscanf
new file mode 100644
index 0000000000..c2d6a8d35d
--- /dev/null
+++ b/modules/vfscanf
@@ -0,0 +1,21 @@
+Description:
+vfscanf() function: parse formatted text from a stream
+
+Files:
+
+Depends-on:
+stdio
+
+configure.ac:
+gl_STDIO_MODULE_INDICATOR([vfscanf])
+
+Makefile.am:
+
+Include:
+<stdio.h>
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible