timers.h

来自「minix操作系统最新版本(3.1.1)的源代码」· C头文件 代码 · 共 8 行

H
8
字号
/* This library provides generic watchdog timer management functionality. * See the comments in <timers.h> for details. */#include <timers.h>		/* definitions and function prototypes */#define NULL 	(void *) 0	/* null-pointer definition */

⌨️ 快捷键说明

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