update for HEAD-2003050101
[reactos.git] / lib / msvcrt / stdio / stdhnd.c
index c4fc04d..be272fe 100644 (file)
@@ -36,5 +36,7 @@ FILE _iob[5] =
 }
 };
 
-
-
+FILE *__p__iob(void)
+{
+  return &_iob[0];
+}