Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: wait.h

WIFEXITED

WIFEXITED (w) (((w) & 0xff) == 0)

Description

A status looks like: <2 bytes info> <2 bytes code>

== 0, child has exited, info is the exit value == 1..7e, child has exited, info is the signal number. == 7f, child has stopped, info was the signal number. == 80, there was a core dump. <code/>

Parameters

w