update for HEAD-2003091401
[reactos.git] / lib / crtdll / stdio / fputs.c
index d8fbfff..4899716 100644 (file)
@@ -1,9 +1,12 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
-#include <crtdll/stdio.h>
-#include <crtdll/internal/file.h>
-#include <crtdll/string.h>
+#include <msvcrt/stdio.h>
+#include <msvcrt/internal/file.h>
+#include <msvcrt/string.h>
 #include <windows.h>
 
+/*
+ * @implemented
+ */
 int
 fputs(const char *s, FILE *f)
 {