#include <precomp.h>
#include <sys/timeb.h>
#include "bitsfixup.h"
Go to the source code of this file.
◆ _ftime()
Definition at line 55 of file ftime.c.
56{
58}
errno_t CDECL _ftime_s(struct _timeb *ptimeb)
◆ _ftime_s()
Definition at line 21 of file ftime.c.
22{
26
27
29 {
32 }
33
37
40
41 return 0;
42}
VOID WINAPI GetSystemTimeAsFileTime(OUT PFILETIME lpFileTime)
DWORD WINAPI GetTimeZoneInformation(LPTIME_ZONE_INFORMATION lpTimeZoneInformation)
unsigned short(__cdecl typeof(TIFFCurrentDirectory))(struct tiff *)
#define MSVCRT_CHECK_PMT(x)
#define TIME_ZONE_ID_DAYLIGHT
_CRTIMP int *__cdecl _errno(void)
static __inline __time64_t FileTimeToUnixTime(const FILETIME *FileTime, USHORT *millitm)
Referenced by _ftime().