ReactOS 0.4.16-dev-716-g2b2bdab
|
Go to the source code of this file.
Classes | |
struct | _iobuf |
Macros | |
#define | _FILE_DEFINED |
#define | stdin (__acrt_iob_func(0)) |
#define | stdout (__acrt_iob_func(1)) |
#define | stderr (__acrt_iob_func(2)) |
#define | WEOF ((wint_t)(0xFFFF)) |
Typedefs | |
typedef struct _iobuf | FILE |
Functions | |
_ACRTIMP_ALT FILE *__cdecl | __acrt_iob_func (unsigned _Ix) |
#define _FILE_DEFINED |
Definition at line 27 of file corecrt_wstdio.h.
#define stderr (__acrt_iob_func(2)) |
Definition at line 38 of file corecrt_wstdio.h.
#define stdin (__acrt_iob_func(0)) |
Definition at line 36 of file corecrt_wstdio.h.
#define stdout (__acrt_iob_func(1)) |
Definition at line 37 of file corecrt_wstdio.h.
Definition at line 40 of file corecrt_wstdio.h.