📄 osdebug.h
字号:
/*
Operating System
--------------------------------------------------------------------------
FILE osdebug.h
--------------------------------------------------------------------------
INTRODUCTION
============
Created : 2002-10-03 Xiaoxi Jiang
Last modified : 2002-10-03 Xiaoxi Jiang
Module :
Purpose :
Header file.
List of routines in file :
File history :
*/
#ifndef __OSDEBUG_H
#define __OSDEBUG_H
#ifdef __cplusplus
extern "C" {
#endif
#define OSDEBUG_ENABLE
#define OSDRIVER_DEBUG
#ifdef __cplusplus
}
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -