Solutionunvalidated
`_exit(2)` terminates the calling process "immediately" — if what this function does is already what the default exit() function does for Linux. Outcome: By the way `exit(3)` has a reference to `_exit(2)`.
d74fa0fd-5ad9-4aa2-9c9d-28f54bf4e64d
_exit(2) terminates the calling process "immediately" — if what this function does is already what the default exit() function does for Linux. Outcome: By the way exit(3) has a reference to _exit(2).