stdinc.h
来自「一个类似与Windows环境下的softice的源代码」· C头文件 代码 · 共 37 行
H
37 行
/****************************************************************************** * * 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 + =
减小字号Ctrl + -
显示快捷键?