shell.h~
来自「操作系统课程设计」· H~ 代码 · 共 17 行
H~
17 行
/* shell.h */
#ifndef _SHELL_H
#define _SHELL_H 0
#include "fd.h"
#include "command.h"
#include "tester.h"
void test_part(FILE *fp);
int fs_setup(FILE *fp);
void shell(FILE *fp, int *pd_ind_no);
#endif /* _SHELL_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?