⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pipe-headers.h

📁 具有IDE功能的编辑器
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -