SYMBIAN OS V9.4
Feedback
#include <SIGNAL.H>
SIG_DFL
SIG_DFL ((void (*)())0)
Default action
SIG_IGN
SIG_IGN ((void (*)())1)
Ignore action
SIG_ERR
SIG_ERR ((void (*)())-1)
Error return
sig_atomic_t
typedef int sig_atomic_t;
Atomic entity type (ANSI)
_sig_func_ptr
typedef void(* _sig_func_ptr)();
Copyright © 2005-2008 Symbian Software Ltd.