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

📄 subfdins.c

📁 linux下qmail的源码 本人加了一些注释
💻 C
字号:
#include "readwrite.h"#include "substdio.h"#include "subfd.h"int subfd_readsmall(fd,buf,len) int fd; char *buf; int len;{  if (substdio_flush(subfdoutsmall) == -1) return -1;  return read(fd,buf,len);}char subfd_inbufsmall[256];static substdio it = SUBSTDIO_FDBUF(subfd_readsmall,0,subfd_inbufsmall,256);substdio *subfdinsmall = ⁢

⌨️ 快捷键说明

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