Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
问题是 - 我必须使用 setjmp 和 longjmp 实现我自己的退出(状态)。也许有人可以指点一下?
我现在想到的唯一解决方案是提前调用setjmpin main,然后创建一个MyExit函数,该函数longjmp对setjmpinmain执行 a 并执行 areturn一些值(从longjmp调用中提供)。
setjmp
main
MyExit
longjmp
return