Navigation

Operators and Keywords

Function List:

C++ API

: WIFSIGNALED (status)

Given status from a call to waitpid, return true if the child process was terminated by a signal.

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

Package: octave