pipe-headers.h

来自「具有IDE功能的编辑器」· C头文件 代码 · 共 81 行

H
81
字号
#ifdef HAVE_STDLIB_H#include <stdlib.h>#endif#ifdef HAVE_STDIO_H#include <stdio.h>#endif#include <errno.h>#ifdef HAVE_SYS_ERRNO_H#include <sys/errno.h>#endif#if TIME_WITH_SYS_TIME#include <sys/time.h>#include <time.h>#else#if HAVE_SYS_TIME_H#include <sys/time.h>#else#include <time.h>#endif#endif#if HAVE_SYS_TIMEB_H#include <sys/timeb.h>#endif#ifdef HAVE_TYPES_H#include <types.h>#endif#ifdef HAVE_GRP_H#include <grp.h>#endif#ifdef HAVE_SYS_TYPES_H#include <sys/types.h>#endif#ifdef HAVE_SYS_STAT_H#include <sys/stat.h>#endif#ifdef HAVE_FCNTL_H#include <fcntl.h>#endif#ifdef HAVE_SYS_FCNTL_H#include <sys/fcntl.h>#endif#include <signal.h>#ifdef HAVE_UNISTD_H#include <unistd.h>#endif#if HAVE_SYS_WAIT_H#include <sys/wait.h>#endif#ifdef HAVE_SYS_SELECT_H#include <sys/select.h>#endif#ifdef HAVE_IOCTL_H#include <ioctl.h>#endif#ifdef HAVE_SYS_IOCTL_H#include <sys/ioctl.h>#endif#ifdef HAVE_TERMIOS_H#include <termios.h>#endif#ifdef HAVE_SYS_TERMIOS_H#include <sys/termios.h>#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?