If status is an int, that value will be used as the exit status and not printed. ... exit; exit(); exit(0); //exit with an error code exit(1);
確定! 回上一頁