?? 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 + -