The exit() function never returns. #include <stdlib.h> /* ... */ if (/* Something really bad happened */) { exit(EXIT_FAILURE); }. Calling exit().
確定! 回上一頁