nextstep.h
来自「关系型数据库 Postgresql 6.5.2」· C头文件 代码 · 共 21 行
H
21 行
#include <libc.h>#include <sys/ioctl.h>#if defined(__STRICT_ANSI__)#define isascii(c) ((unsigned)(c)<=0177)#endifextern char *strdup(const char *string);#ifndef _POSIX_SOURCEtypedef unsigned short mode_t;typedef int sigset_t;#define SIG_BLOCK 00#define SIG_UNBLOCK 01#define SIG_SETMASK 02#define NEED_SIG_JMP#endif#define JMP_BUF#define NO_WAITPIDtypedef struct mutex slock_t;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?