STLdoc
STLdocumentation
|
#include <corecrt.h>
Go to the source code of this file.
Macros | |
#define | _INC_STDDEF |
#define | errno (*_errno()) |
#define | offsetof(s, m) __builtin_offsetof(s,m) |
#define | _threadid (__threadid()) |
Functions | |
_CRT_BEGIN_C_HEADER _ACRTIMP int *__cdecl | _errno (void) |
_ACRTIMP errno_t __cdecl | _set_errno (_In_ int _Value) |
_ACRTIMP errno_t __cdecl | _get_errno (_Out_ int *_Value) |
_ACRTIMP unsigned long __cdecl | __threadid (void) |
_ACRTIMP uintptr_t __cdecl | __threadhandle (void) |
#define _INC_STDDEF |
#define _threadid (__threadid()) |
#define errno (*_errno()) |
_CRT_BEGIN_C_HEADER _ACRTIMP int* __cdecl _errno | ( | void | ) |