]> pd.if.org Git - pdclib.old/blobdiff - functions/stdio/vscanf.c
Removed old files.
[pdclib.old] / functions / stdio / vscanf.c
diff --git a/functions/stdio/vscanf.c b/functions/stdio/vscanf.c
deleted file mode 100644 (file)
index 8287237..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-/* ----------------------------------------------------------------------------
- * $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 */ };