Loading

摘要: 2023/4/19 POPEN & PCLOSE 函数原型 FILE *popen(const char *command, const char *type); int pclose(FILE *stream); 函数行为 popen函数(常用)建立管道,fork子进程,调用sehll执行命令。 阅读全文
posted @ 2023-04-19 21:09 Yin-SHT 阅读(24) 评论(0) 推荐(0)