common.h
来自「神龙解压卡Linux下的完整开发包,绝对是超值超值超值」· C头文件 代码 · 共 37 行
H
37 行
#ifndef COMMON_H#define COMMON_H#define ALLOW_OS_CODE 1#include "rmexternalapi.h"#include "callbacktable.h"#include <stdio.h>#include <stdlib.h>#include <stdio.h>#include <stdarg.h>#include <string.h>#include <sys/time.h>#include <unistd.h>#include <ctype.h>#include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>#include <termios.h>#include <unistd.h>#include <sched.h>#include <setjmp.h>// excerpts of rmcore should be merged#include "rmlocalcorelist.h"#include "rmlocalremote.h"#include "tools.h"#include "shell.h"#include "shellthread.h"#include "display.h"#endif //COMMON_H
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?