?? clockstuff.h
字號:
#ifndef _CLOCKSTUFF_H#define _CLOCKSTUFF_H#include <time.h>#include <sys\timeb.h>#include "ntp_machine.h"#include "ntp_syslog.h"/* Windows NT versions of gettimeofday and settimeofday * * ftime() has internal DayLightSavings related BUGS * therefore switched to GetSystemTimeAsFileTime() *//* 100ns intervals between 1/1/1601 and 1/1/1970 as reported by * SystemTimeToFileTime() */#define FILETIME_1970 0x019db1ded53e8000#define HECTONANOSECONDS 10000000ui64#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -