⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 clockstuff.h

📁 Unix和NT上NetWork Time网络协议(4.0版本)
💻 H
字号:
#ifndef _CLOCKSTUFF_H#define _CLOCKSTUFF_H#include "ntp_machine.h"#include <time.h>#include <sys\timeb.h>#include "ntp_syslog.h"/* Windows NT versions of gettimeofday and settimeofday * * ftime() has internal DayLightSavings related BUGS * therefore switched to GetSystemTimeAsFileTime() */void init_winnt_time(void);void reset_winnt_time(void);/* 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 + -