WIFSTOPPED ( status -- ? )
Vocabularyunix.process
Inputs
Outputs
Definition
USING: kernel math ;
IN: unix.process
: WIFSTOPPED ( status -- ? ) 255 bitand 127 = ; inline