]> pd.if.org Git - pdclib.old/blobdiff - functions/stdio/tmpfile.c
[gandr] s/__lp64__/__LP64__/ to match GCC define
[pdclib.old] / 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