fxlibc/src/stdio/tmpfile.c

7 lines
61 B
C

#include <stdio.h>
FILE *tmpfile(void)
{
return NULL;
}