nextstep.h
来自「PostgreSQL 8.2中增加了很多企业用户所需要的功能和性能上的提高,其开」· C头文件 代码 · 共 20 行
H
20 行
/* $PostgreSQL: pgsql/src/include/port/nextstep.h,v 1.8 2006/03/11 04:38:38 momjian Exp $ */#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#endif#define NO_WAITPID
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?