X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdio%2Ftmpfile.c;h=1eb153d0fe4604407db5701fb6d38885939d5198;hb=e5456e3c2697c4e17fc9aa3439f2e305517b4d96;hp=90c9ce77edd7c54123df3d5eaa4c95bbb0fdbceb;hpb=dcc8a8e99f69e090a03b7b868443addbc0817820;p=pdclib.old diff --git a/functions/stdio/tmpfile.c b/functions/stdio/tmpfile.c index 90c9ce7..1eb153d 100644 --- a/functions/stdio/tmpfile.c +++ b/functions/stdio/tmpfile.c @@ -6,3 +6,9 @@ // ---------------------------------------------------------------------------- FILE * tmpfile( void ) { /* TODO */ }; + +/* PDPC code - unreviewed +{ + return (fopen("ZZZZZZZA.$$$", "wb+")); +} +*/ \ No newline at end of file