update for HEAD-2003091401
[reactos.git] / lib / crtdll / stdio / putchar.c
index 4cd83f8..c6c8413 100644 (file)
@@ -13,6 +13,9 @@
 #undef putc
 #undef putchar
 
+/*
+ * @implemented
+ */
 int putchar(int c)
 {
   int r = putc(c, stdout);