ReactOS 0.4.15-dev-7991-ge77da17
fmode.c
Go to the documentation of this file.
1/* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
2#include <precomp.h>
3
4int _fmode = 0;
5
6/*
7 * @implemented
8 */
9int *__p__fmode(void)
10{
11 return &_fmode;
12}
int * __p__fmode(void)
Definition: fmode.c:9
int _fmode
Definition: fmode.c:4