📄 driver.h
字号:
#ifndef DRIVER_H#define DRIVER_H#ifdef DRIVER_MODULE /* stuff visable only to the driver module */char driver_h_sccs_id[] = "@(#)driver.h 1.228 12/4/00"; #endif/* #defines visable to any module including this header file*/void drv_driver ();#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -