exit
syscall
void exit(int exitcode);
Terminates the calling process with exitcode
being returned to the parent process through reap
.
exit
syscallvoid exit(int exitcode);
Terminates the calling process with exitcode
being returned to the parent process through reap
.