driver.h
来自「CA仿真模型中SLEUTH模型」· C头文件 代码 · 共 16 行
H
16 行
#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 + =
减小字号Ctrl + -
显示快捷键?