xref: /reactos/sdk/lib/crt/stdio/fmode.c (revision 9393fc32)
1 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
2 #include <precomp.h>
3 
4 int _fmode = 0;
5 
6 /*
7  * @implemented
8  */
9 int *__p__fmode(void)
10 {
11    return &_fmode;
12 }
13