update for HEAD-2003091401
[reactos.git] / lib / crtdll / stdio / fputchar.c
index 35799c1..abe1f92 100644 (file)
@@ -2,11 +2,17 @@
 #include <msvcrt/conio.h>
 #include <msvcrt/wchar.h>
 
+/*
+ * @implemented
+ */
 int    _fputchar (int c)
 {
        return _putch(c);
 }
 
+/*
+ * @unimplemented
+ */
 int    _fputwchar (wchar_t c)
 {
        //return _putch(c);