sigs.h
来自「关于LINUX安全内核的源代码」· C头文件 代码 · 共 39 行
H
39 行
/* $Id: sigs.h,v 1.3 1993/12/15 16:50:02 genek Exp $ *//* * sigs.h * * common header definitions for signature wrappers. * * Gene Kim * Purdue University * October 12, 1992 */#include <stdio.h>#include <fcntl.h>#if !defined(SYSV) || (SYSV > 3)# include <sys/file.h>#else# include <unistd.h>#endif /* SYSV */#if (defined(SYSV) && (SYSV < 3))# include <limits.h># include <unistd.h>#endif /* SVR2 */#ifndef SEEK_SET# define SEEK_SET L_SET#endif/*char *pltob64();extern int printhex;*//* prototypes */#ifdef __STDC__int sig_null_get(int, char *, int);#elseint sig_null_get();#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?