update for HEAD-2003091401
[reactos.git] / lib / crtdll / conio / cputs.c
index 396c71e..2cedff6 100644 (file)
@@ -13,6 +13,9 @@
 #include <msvcrt/stdio.h>
 #include <msvcrt/internal/file.h>
 
+/*
+ * @implemented
+ */
 int _cputs(const char *_str)
 {
   int len = strlen(_str);