qnx4.h
来自「PostgreSQL 8.1.4的源码 适用于Linux下的开源数据库系统」· C头文件 代码 · 共 13 行
H
13 行
#include <sys/types.h> /* for namser.h */#include <arpa/nameser.h> /* for BYTE_ORDER */#include <process.h> /* for execv */#include <ioctl.h> /* for unix.h */#include <unix.h>#include <sys/select.h> /* for select */#undef HAVE_GETRUSAGEextern int isnan(double dsrc);extern long random(void);extern void srandom(unsigned int seed);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?