📄 stdinc.h
字号:
/****************************************************************************** * * PROJECT: pICE * $Source: /cvsroot/pice/pice/loader/stdinc.h,v $ * $Revision: 1.4 $ * $Date: 2003/06/18 21:58:16 $ * $Author: lightweave $ * $Name: $ * * $Log: stdinc.h,v $ * Revision 1.4 2003/06/18 21:58:16 lightweave * DEBUG and DEBUG_SERIAL added * * *****************************************************************************/#include <stdio.h>#include <string.h>#include <malloc.h>#include <sys/types.h>#include <sys/wait.h>#include <sys/ioctl.h>#include <sys/signal.h>#include <fcntl.h>#include <unistd.h>#include <linux/unistd.h>#include <elf.h>#include "stab_gnu.h"#include "retypes.h"#include "terminal.h"#include <termios.h>#include "../shared/shared.h"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -