branch update for HEAD-2003091401
[reactos.git] / lib / msvcrt / io / fmode.c
index 7d1909d..811f361 100644 (file)
@@ -5,6 +5,9 @@
 #undef _fmode
 unsigned int _fmode = O_TEXT;
 
+/*
+ * @implemented
+ */
 unsigned int *__p__fmode(void)
 {
    return &_fmode;