squareball
0.2.0.53-dd5b
A general-purpose library for C99
|
Compatibility helper functions. More...
Go to the source code of this file.
Functions | |
int | sb_compat_status_code (int waitstatus) |
Compatibility helper functions.
int sb_compat_status_code | ( | int | waitstatus | ) |
Function that converts a wait status returned by a child process (e.g. the return value of system(3)
function or the second argument of waitpid(2)
syscall) into a status code, as found in a shell.
waitstatus | The wait status. |