update for HEAD-2003091401
[reactos.git] / lib / msvcrt / stdio / gets.c
index 1721453..5795909 100644 (file)
@@ -45,7 +45,11 @@ char* gets(char* s)
 #define        WEOF    (wchar_t)(0xFFFF)
 #endif
 
-// Get a line from the stdin stream.
+/*
+ * Get a line from the stdin stream.
+ *
+ * @implemented
+ */
 wchar_t* _getws(wchar_t* s)
 {
     wchar_t c;