STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Macros | Functions
stddef.h File Reference
#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)
 

Macro Definition Documentation

#define _INC_STDDEF
#define _threadid   (__threadid())
#define errno   (*_errno())
#define offsetof (   s,
  m 
)    __builtin_offsetof(s,m)

Function Documentation

_ACRTIMP uintptr_t __cdecl __threadhandle ( void  )
_ACRTIMP unsigned long __cdecl __threadid ( void  )
_CRT_BEGIN_C_HEADER _ACRTIMP int* __cdecl _errno ( void  )
_ACRTIMP errno_t __cdecl _get_errno ( _Out_ int _Value)
_ACRTIMP errno_t __cdecl _set_errno ( _In_ int  _Value)