branch update for HEAD-2003091401
[reactos.git] / lib / msvcrt / stdio / stdhnd.c
index be272fe..3d59487 100644 (file)
@@ -36,6 +36,9 @@ FILE _iob[5] =
 }
 };
 
+/*
+ * @implemented
+ */
 FILE *__p__iob(void)
 {
   return &_iob[0];