okhaohao116 发表于 2016-5-10 11:36:53

在一个struct函数中怎么退出整个系统

int main()
{
定义了一个struct shop *texe(head)的函数
}
struct shop *texe(struct shop *head)
{
   怎么退出整个系统不是返回主函数
}

康小泡 发表于 2016-5-10 17:46:14

exit?

人造人 发表于 2016-5-10 21:37:48

试试 exit(0);
页: [1]
查看完整版本: 在一个struct函数中怎么退出整个系统