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

📄 ppsapi_timepps.h

📁 网络时间协议NTP 源码 版本v4.2.0b 该源码用于linux平台下
💻 H
字号:
/* ppsapi_timepps.h *//* * This logic first tries to get the timepps.h file from a standard * location, and then from our include/ subdirectory. */#ifdef HAVE_TIMEPPS_H# include <timepps.h>#else# ifdef HAVE_SYS_TIMEPPS_H#  include <sys/timepps.h># else#  ifdef HAVE_CIOGETEV#   include "timepps-SunOS.h"#  else#   ifdef HAVE_TIOCGPPSEV#    include "timepps-Solaris.h"#   else#    ifdef TIOCDCDTIMESTAMP#     include "timepps-SCO.h"#    endif#   endif#  endif# endif#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -