update for HEAD-2003091401
[reactos.git] / lib / crtdll / stdio / tempnam.c
index 574dc4f..526790a 100644 (file)
@@ -3,6 +3,9 @@
 #include <msvcrt/stdlib.h>
 
 
+/*
+ * @unimplemented
+ */
 char *_tempnam(const char *dir,const char *prefix )
 {
     char *TempFileName = malloc(MAX_PATH);