1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-05-01 11:39:58 +00:00
reactos/sdk/lib/crt/stdio/fmode.c

13 lines
177 B
C
Raw Normal View History

/* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
#include <precomp.h>
int _fmode = _O_TEXT;
/*
* @implemented
*/
int *__p__fmode(void)
{
return &_fmode;
}