summaryrefslogtreecommitdiff
path: root/modules/vfscanf
diff options
context:
space:
mode:
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