branch update for HEAD-2003091401
[reactos.git] / lib / msvcrt / stdio / getchar.c
index 48fe4b9..31aecbf 100644 (file)
@@ -36,6 +36,9 @@ getchar(void)
   return getc(stdin);
 }
 
+/*
+ * @implemented
+ */
 wint_t
 getwchar(void)
 {