]> pd.if.org Git - pdclib/blobdiff - functions/stdio/putchar.c
Removed old files.
[pdclib] / functions / stdio / putchar.c
diff --git a/functions/stdio/putchar.c b/functions/stdio/putchar.c
deleted file mode 100644 (file)
index 673d86a..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-/* ----------------------------------------------------------------------------
- * $Id$
- * ----------------------------------------------------------------------------
- * Public Domain C Library - http://pdclib.sourceforge.net
- * This code is Public Domain. Use, modify, and redistribute at will.
- * --------------------------------------------------------------------------*/
-
-int putchar( int c ) { /* TODO */ };
-
-/* PDPC code - unreviewed
-{
-    return (putc(c, stdout));
-}
-*/