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