branch update for HEAD-2003091401
[reactos.git] / lib / crtdll / conio / cgets.c
index 1e3d9e7..fed3024 100644 (file)
@@ -2,7 +2,10 @@
 #include <msvcrt/stdlib.h>
 
 
-char *_cgets(char *string)
+/*
+ * @implemented
+ */
+char* _cgets(char *string)
 {
   unsigned len = 0;
   unsigned int maxlen_wanted;