Navigation

Operators and Keywords

Function List:

C++ API

: WSTOPSIG (status)

Given status from a call to waitpid, return the number of the signal which caused the child to stop.

This function should only be employed if WIFSTOPPED returned true.

See also: waitpid, WIFEXITED, WEXITSTATUS, WIFSIGNALED, WTERMSIG, WCOREDUMP, WIFSTOPPED, WIFCONTINUED.

Package: octave