update for HEAD-2003091401
[reactos.git] / lib / crtdll / stdio / fprintf.c
index 6c503de..a5589b6 100644 (file)
@@ -3,6 +3,9 @@
 #include <msvcrt/wchar.h>
 #include <msvcrt/internal/file.h>
 
+/*
+ * @implemented
+ */
 int
 fprintf(register FILE *iop, const char *fmt, ...)
 {
@@ -29,6 +32,9 @@ fprintf(register FILE *iop, const char *fmt, ...)
   return ferror(iop) ? EOF : len;
 }
 
+/*
+ * @implemented
+ */
 int
 fwprintf(register FILE *iop, const wchar_t *fmt, ...)
 {