]> pd.if.org Git - pdclib/blobdiff - functions/stdio/tmpfile.c
Cosmetic comment fixes.
[pdclib] / functions / stdio / tmpfile.c
diff --git a/functions/stdio/tmpfile.c b/functions/stdio/tmpfile.c
deleted file mode 100644 (file)
index 1eb153d..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.
-// ----------------------------------------------------------------------------
-
-FILE * tmpfile( void ) { /* TODO */ };
-
-/* PDPC code - unreviewed
-{
-    return (fopen("ZZZZZZZA.$$$", "wb+"));
-}
-*/
\ No newline at end of file