console.h

来自「dvr」· C头文件 代码 · 共 27 行

H
27
字号
/*
********************************************************************************
*
* (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 + =
减小字号Ctrl + -
显示快捷键?