monapp.h

来自「完整的Bell实验室的嵌入式文件系统TFS」· C头文件 代码 · 共 15 行

H
15
字号
/* This header file is used by both the application and the monitor.   It is the linkage used to establish a communication path between the    monitor and the application.*/#include "monlib.h"#define STD_CMD     0#define SU_CMD      1#define MONVEC 255#define GLOBALINTBASE 99#define CMDLINESIZE 128#define ARGCNT      24

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?