update for HEAD-2003091401
[reactos.git] / lib / crtdll / stdio / fputs.c
index b47e65b..4899716 100644 (file)
@@ -4,6 +4,9 @@
 #include <msvcrt/string.h>
 #include <windows.h>
 
+/*
+ * @implemented
+ */
 int
 fputs(const char *s, FILE *f)
 {