📄 commandlist.h
字号:
/******************************************************************************
**
** COPYRIGHT (C) 2000 Intel Corporation
**
** FILENAME: commandlist.h
**
** PURPOSE: This file contains the command lists arrays used by
** Alternative I/O method.
**
** LAST MODIFIED: 12/04/2000
******************************************************************************/
#ifndef _commandlist_h
#define _commandlist_h
/*
************************************************************************************
* EXTERNAL GLOBAL VARIABLES
************************************************************************************
*/
extern DM_CommandListEntry_T PlatformCmdList[];
DM_CommandListEntry_T *GetPlatformCommandList(void);
void runAll (void *arg, CHAR *paramP);
extern BOOL RunOnce;
#endif /* _commandlist_h */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -