What is mnemonic for "W" i.e. what does "W" mean in the following macros:
int WIFEXITED (int status)
int WEXITSTATUS (int status)
int WIFSIGNALED (int status)
int WTERMSIG (int status)
int WCOREDUMP (int status)
int WIFSTOPPED (int status)
int WSTOPSIG (int status)
Also see Process Status Completion.
It is simply related to W-aiting functions like the waitpid syscall.
I suspect it's for wait
. These constants are for status provided by wait
, waitpid
, etc. functions.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With