Linux學習筆記-標準庫中的管道操作

目錄   理論 例子 理論 stdio.h裏面有標誌庫管道操作 FILE *popen(const char* cmdstring, const char *type);返回值:成功返回文件指針,出錯返回NULL;  int pclose(FILE *fp); 返回值:cmdstring的終止狀態,出錯返回-1   注意:使用pepen()創建管道必須使用pclose()關閉!   popen內部
相關文章
相關標籤/搜索