X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=util.c;h=f6b9808657f272125381bc06cb6e9ab39ad619db;hp=12cfb3e06863bce3090fb1900d3f7af47c6584c6;hb=ef51b303873db5e97b9ddcf12cadc0c5df6bb855;hpb=f008cc257d57d28fa291b064c25ef9eac6a2be16 diff --git a/util.c b/util.c index 12cfb3e..f6b9808 100644 --- a/util.c +++ b/util.c @@ -282,6 +282,10 @@ bool util_isatty(fs_file_t *file) { return false; } +const char *util_tmpnam(char *str) { + return platform_tmpnam(str); +} + /* * A small noncryptographic PRNG based on: * http://burtleburtle.net/bob/rand/smallprng.html