update for HEAD-2003091401
[reactos.git] / lib / crtdll / stdio / putc.c
index 8cc187b..e8b40cb 100644 (file)
@@ -9,6 +9,9 @@
 #undef putc
 #undef putwc
 
+/*
+ * @implemented
+ */
 int putc(int c, FILE* fp)
 {
 // valid stream macro should check that fp is dword aligned