📄 fullpipe.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 + -