摘要: int main() { pid_t status; status = system("./test.sh"); if (-1 == status) { printf("system error!"); } else { printf("exit status value = [0x%x]\n", 阅读全文
posted @ 2021-01-20 16:26 HappyCoder_1 阅读(156) 评论(0) 推荐(0)