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を使用して独自のexit(status)を実装する必要があることです。多分誰かがいくつかのポインタを与えることができますか?
私が今考えている唯一の解決策は、setjmp早い段階でを呼び出してから、を実行し、何らかの値(呼び出しから提供される)を使用して実行する関数をmain作成することです。MyExitlongjmpsetjmpmainreturnlongjmp
setjmp
main
MyExit
longjmp
return