event_init.h
来自「一个简单的小型操作系统」· C头文件 代码 · 共 17 行
H
17 行
/*****************************************************************************
*
* Module : init.h
* Description : initializes platform specific services.
* OS : SLOS 0.09
* Platform : e7t
* History :
*
* December 9th 2001, Andrew N. Sloss
* - created this file
*
*****************************************************************************/
void eventServicesInit(void);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?