]> pd.if.org Git - pdclib.old/blobdiff - functions/stdio/vscanf.c
Added template implementation files.
[pdclib.old] / functions / stdio / vscanf.c
diff --git a/functions/stdio/vscanf.c b/functions/stdio/vscanf.c
new file mode 100644 (file)
index 0000000..ee0087a
--- /dev/null
@@ -0,0 +1,8 @@
+// ----------------------------------------------------------------------------
+// $Id$
+// ----------------------------------------------------------------------------
+// Public Domain C Library - http://pdclib.sourceforge.net
+// This code is Public Domain. Use, modify, and redistribute at will.
+// ----------------------------------------------------------------------------
+
+int vscanf( const char * restrict format, va_list ap ) { /* TODO */ };