X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fstdio%2Ftmpfile.c;h=1eb153d0fe4604407db5701fb6d38885939d5198;hp=90c9ce77edd7c54123df3d5eaa4c95bbb0fdbceb;hb=0a5395faab237ba9008352b0f4bee9659bbd3d5f;hpb=34893ecc2200dc7017c36a54cb6c5f4c2378b5ec 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