update for HEAD-2003091401
[reactos.git] / lib / crtdll / stdio / gets.c
index 5b879c7..c031965 100644 (file)
@@ -10,6 +10,9 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
 #include <msvcrt/stdio.h>
 
+/*
+ * @implemented
+ */
 char* gets(char* s)
 {
   int c;