|
ReactOS 0.4.16-dev-2104-gb84fa49
|
#include <stdlib.h>#include <errno.h>#include <msvcrt.h>
Go to the source code of this file.
Functions | |
| unsigned char * | __p__mbcasemap (void) |
| int * | __p__fileinfo (void) |
| int | _get_fileinfo (_Out_ int *_Value) |
| int | _set_fileinfo (_In_ int _Value) |
| errno_t __cdecl | _get_winver (_Out_ unsigned int *_Value) |
Variables | |
| unsigned int | MSVCRT__winver |
| unsigned char | _mbcasemap [257] |
| int | _fileinfo = -1 |
Definition at line 28 of file misc.c.
Referenced by Test__mbcasemap().
| int _fileinfo = -1 |
Definition at line 26 of file misc.c.
Referenced by __p__fileinfo(), _get_fileinfo(), _set_fileinfo(), and Test__fileinfo().
Definition at line 14 of file misc.c.
Referenced by __p__mbcasemap().
Definition at line 39 of file data.c.
Referenced by __p__winver(), _get_winver(), and msvcrt_init_args().