| /** | |
| * This file has no copyright assigned and is placed in the Public Domain. | |
| * This file is part of the w64 mingw-runtime package. | |
| * No warranty is given; refer to the file DISCLAIMER within this package. | |
| */ | |
| extern "C" { | |
| _CRTIMP extern int *__cdecl _errno(void); | |
| errno_t __cdecl _set_errno(int _Value); | |
| errno_t __cdecl _get_errno(int *_Value); | |
| } | |