STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Macros | Functions
timeb.inl File Reference

Macros

#define __CRTDECL   __cdecl
 
#define _INC_TIMEB_INL
 
#define _STATIC_ASSERT(expr)   typedef char __static_assert_t[ (expr) ]
 

Functions

static __inline void __CRTDECL ftime (struct timeb *_Tmb)
 

Macro Definition Documentation

#define __CRTDECL   __cdecl
#define _INC_TIMEB_INL
#define _STATIC_ASSERT (   expr)    typedef char __static_assert_t[ (expr) ]

Function Documentation

static __inline void __CRTDECL ftime ( struct timeb _Tmb)
static
49 {
50  _STATIC_ASSERT( sizeof(struct timeb) == sizeof(struct __timeb64) );
51  _ftime64((struct __timeb64 *)_Tmb);
52 }
Definition: timeb.h:102
#define _STATIC_ASSERT(expr)
Definition: timeb.inl:31
Definition: timeb.h:92