exit(3): cause normal process termination - Linux man page

exit(3): cause normal process termination - Linux man page

瀏覽:397
日期:2025-05-30
The exit() function causes normal process termination and the value of status & 0377 is returned to the parent (see wait(2)). ... The exit() function causes normal process termination and the value of status & 0377 is returned to the parent (see wait(2))....看更多