update for HEAD-2003091401
[reactos.git] / lib / crtdll / stdio / puts.c
index 008a6f5..56dcb7f 100644 (file)
@@ -7,6 +7,9 @@
 #undef putchar
 
 
+/*
+ * @implemented
+ */
 int puts(const char *s)
 {
     int c;