X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fstdio%2Ftmpfile.c;h=e5b7fd8d90586498211020403a0a20d4a2c709f0;hp=1eb153d0fe4604407db5701fb6d38885939d5198;hb=1d9d92ba957a0b8307c9a65c35867fde68e6533b;hpb=8c8750c2826684c2420571a8007b9606f72c9040 diff --git a/functions/stdio/tmpfile.c b/functions/stdio/tmpfile.c index 1eb153d..e5b7fd8 100644 --- a/functions/stdio/tmpfile.c +++ b/functions/stdio/tmpfile.c @@ -1,9 +1,9 @@ -// ---------------------------------------------------------------------------- -// $Id$ -// ---------------------------------------------------------------------------- -// Public Domain C Library - http://pdclib.sourceforge.net -// This code is Public Domain. Use, modify, and redistribute at will. -// ---------------------------------------------------------------------------- +/* ---------------------------------------------------------------------------- + * $Id$ + * ---------------------------------------------------------------------------- + * Public Domain C Library - http://pdclib.sourceforge.net + * This code is Public Domain. Use, modify, and redistribute at will. + * --------------------------------------------------------------------------*/ FILE * tmpfile( void ) { /* TODO */ }; @@ -11,4 +11,4 @@ FILE * tmpfile( void ) { /* TODO */ }; { return (fopen("ZZZZZZZA.$$$", "wb+")); } -*/ \ No newline at end of file +*/