update for HEAD-2003091401
[reactos.git] / lib / msvcrt / conio / putch.c
index c9058e2..45c92fc 100644 (file)
@@ -10,6 +10,9 @@
 #include <windows.h>
 #include <msvcrt/conio.h>
 
+/*
+ * @implemented
+ */
 int _putch(int c)
 {
   DWORD NumberOfCharsWritten;