update for HEAD-2003091401
[reactos.git] / lib / crtdll / io / mktemp.c
index 9029be1..a47f8d0 100644 (file)
@@ -21,6 +21,9 @@
 #include <msvcrt/msvcrtdbg.h>
 
 
+/*
+ * @implemented
+ */
 char* _mktemp (char *_template)
 {
   static int count = 0;