update for HEAD-2003091401
[reactos.git] / lib / msvcrt / conio / ungetch.c
index 56e41c9..e767b6e 100644 (file)
@@ -19,6 +19,9 @@ int char_avail = 0;
 int ungot_char = 0;
 
 
+/*
+ * @implemented
+ */
 int _ungetch(int c)
 {
   if (char_avail)