fullpipe.h
来自「一个国外学生做的基于Web浏览器的email程序」· C头文件 代码 · 共 20 行
H
20 行
/*************************************************************************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 + =
减小字号Ctrl + -
显示快捷键?