Removed old files.
[fw/pdclib] / functions / stdio / vsnprintf.c
diff --git a/functions/stdio/vsnprintf.c b/functions/stdio/vsnprintf.c
deleted file mode 100644 (file)
index 6fae080..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 vsnprintf( char * restrict s, size_t n, const char * restrict format, va_list ap ) { /* TODO */ };