diff options
Diffstat (limited to 'src/stdio/tmpnam.c')
-rw-r--r-- | src/stdio/tmpnam.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/stdio/tmpnam.c b/src/stdio/tmpnam.c index 71dc8bb1..ed690a1f 100644 --- a/src/stdio/tmpnam.c +++ b/src/stdio/tmpnam.c @@ -25,3 +25,11 @@ char *tmpnam(char *buf) } return 0; } + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |