]> pd.if.org Git - pdclib/blobdiff - functions/stdio/tmpfile.c
Merged PDPCLIB and Therx code.
[pdclib] / functions / stdio / tmpfile.c
index 90c9ce77edd7c54123df3d5eaa4c95bbb0fdbceb..1eb153d0fe4604407db5701fb6d38885939d5198 100644 (file)
@@ -6,3 +6,9 @@
 // ----------------------------------------------------------------------------
 
 FILE * tmpfile( void ) { /* TODO */ };
+
+/* PDPC code - unreviewed
+{
+    return (fopen("ZZZZZZZA.$$$", "wb+"));
+}
+*/
\ No newline at end of file