Format. #include <stdlib.h> __noreturn__ void exit(int status); ... In a POSIX C program, exit() returns control to the kernel with the value of status.
確定! 回上一頁