update for HEAD-2003091401
[reactos.git] / lib / msvcrt / io / wmktemp.c
index d52d431..75edf72 100644 (file)
@@ -21,6 +21,9 @@
 #include <msvcrt/msvcrtdbg.h>
 
 
+/*
+ * @implemented
+ */
 wchar_t* _wmktemp (wchar_t *_template)
 {
   static int count = 0;