📄 console.h
字号:
/*
********************************************************************************
*
* (c) Copyright 2002, Vineyard Technologies, Inc.
*
* Filename : console.h
* Programmer(s): Steve KyeongHyeon Lee
* Created : 2003/02/18
* Modified :
*
* Description : Console command processing for debugging
********************************************************************************
*/
#include "types.h"
#ifdef CONIF
#ifndef __CONSOLE_H__
#define __CONSOLE_H__
//###############################################################################
// Public funtions
//###############################################################################
void console_process(void);
#endif // __CONSOLE_H__
#endif // CONIF
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -