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

📄 fullpipe.h

📁 一个国外学生做的基于Web浏览器的email程序
💻 H
字号:
/*************************************************************************WARNING!!!!!!!!!!!!!!!!!!Be very carefull when you use this functions.  It is very easy to block both the parent and the child causing both programs to lock up.  It isbest to have the parent fork again and do the reading and writing astwo processes.  That way one of the two parent processes will always notbe block and can clear up a block for the other two processes.*************************************************************************/#ifndef _fullpipe_h#define _fullpipe_hint fullpipe(char path[], int file_final[2]);int fullpipe_arg(char path[], char *arg[], int file_final[2]);#endif

⌨️ 快捷键说明

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