会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Just Love U
學而不思则罔,真理越辯越明
首页
新随笔
联系
订阅
管理
2015年11月13日
linux c system返回值问题总结
摘要: 先看例子#include #include #include #include int main() { pid_t status; status = system("./test.sh"); if (-1 == status) { printf("system error!"); } el...
阅读全文
posted @ 2015-11-13 23:33 aitao
阅读(6258)
评论(0)
推荐(1)