Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <SIGNAL.H>

SIG_DFL

SIG_DFL ((void (*)())0)

Description

Default action

[Top]


SIG_IGN

SIG_IGN ((void (*)())1)

Description

Ignore action

[Top]


SIG_ERR

SIG_ERR ((void (*)())-1)

Description

Error return

[Top]


Typedef sig_atomic_t

typedef int sig_atomic_t;

Description

Atomic entity type (ANSI)

[Top]


Typedef _sig_func_ptr

typedef void(* _sig_func_ptr)();

Description