📄 ppsapi_timepps.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 + -