|
STLdoc
STLdocumentation
|
#include <crtdefs.h>Go to the source code of this file.
Macros | |
| #define | _INC_STDDEF |
| #define | NULL ((void *)0) |
| #define | _CRT_ERRNO_DEFINED |
| #define | errno (*_errno()) |
| #define | offsetof(s, m) (size_t)&(((s *)0)->m) |
| #define | _threadid (__threadid()) |
Functions | |
| _CRTIMP int *__cdecl | _errno (void) |
| errno_t __cdecl | _set_errno (_In_ int _Value) |
| errno_t __cdecl | _get_errno (_Out_ int *_Value) |
| _CRTIMP unsigned long __cdecl | __threadid (void) |
| _CRTIMP uintptr_t __cdecl | __threadhandle (void) |
| #define _CRT_ERRNO_DEFINED |
| #define _INC_STDDEF |
| #define _threadid (__threadid()) |
| #define errno (*_errno()) |
| #define NULL ((void *)0) |
1.8.8