📄 sim.h
字号:
#ifndef SIM_H#define SIM_H#include <assert.h>#include <sys/types.h>#include <sys/stat.h>#include <time.h>#include <stdio.h>#include <sys/types.h>#include <stdarg.h>#include "bfd.h"#include "getopt.h"/* in io.c */void nonfatal PARAMS ((const char *));/* in load.c */static void read_exe PARAMS ((char *, char *));#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -