branch update for HEAD-2003091401
[reactos.git] / lib / msvcrt / conio / cgets.c
index 71645d0..cf06ddf 100644 (file)
@@ -2,6 +2,9 @@
 #include <msvcrt/stdlib.h>
 
 
+/*
+ * @implemented
+ */
 char *_cgets(char *string)
 {
   unsigned len = 0;