Function

Name
debug
Type
static void
File
catch.c
Argument
format : const char *
Local Variable
args : va_list
Global Variable
debug_mode : static int
Macro
Caller
catch.c : l.38, main
Callee
Address

Name
handler
Type
static void
File
catch.c
Argument
x : int
Local Variable
sig_name : char *
Global Variable
Macro
Caller
Callee
Address
catch.c : l.55, handler

Name
main
Type
int
File
catch.c
Argument
argv : char *[]
argc : int
Local Variable
pid : pid_t
status : int
input : char [MAX_LINE_LEN]
Global Variable
debug_mode : static int
Macro
MAX_LINE_LEN
TRUE
Caller
Callee
catch.c : l.33, set_signal_handler
catch.c : l.38, debug
Address

Name
set_signal_handler
Type
static void
File
catch.c
Argument
Local Variable
action : static struct sigaction
Global Variable
Macro
Caller
catch.c : l.33, main
Callee
Address