branch update for HEAD-2003091401
[reactos.git] / lib / crtdll / stdio / printf.c
index 36cd1ae..7c39a05 100644 (file)
@@ -22,6 +22,9 @@
 
 /* Write formatted output to stdout from the format string FORMAT.  */
 /* VARARGS1 */
+/*
+ * @implemented
+ */
 int
 printf (const char *format, ...)
 {
@@ -34,6 +37,9 @@ printf (const char *format, ...)
   return done;
 }
 
+/*
+ * @implemented
+ */
 int
 wprintf (const wchar_t *format, ...)
 {