update for HEAD-2003091401
[reactos.git] / lib / msvcrt / ctype / toascii.c
index f26d5af..9330cf7 100644 (file)
@@ -3,6 +3,9 @@
 #include <msvcrt/ctype.h>
 
 
+/*
+ * @implemented
+ */
 int __toascii(int c)
 {
     return((unsigned)(c) & 0x7F);