]> pd.if.org Git - pdclib/blobdiff - functions/stdio/scanf.c
Added template implementation files.
[pdclib] / functions / stdio / scanf.c
diff --git a/functions/stdio/scanf.c b/functions/stdio/scanf.c
new file mode 100644 (file)
index 0000000..7ebb31d
--- /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 scanf( const char * restrict format, ... ) { /* TODO */ };