ewExit

ewExit

ew

1998 12-05


NAME

ewExit - exit an EW program


SYNOPSIS

ewExit is called to neatly shut down a process using the EW system. It eventually calls exit() with the given value.


It is generally prefered to terminate an EW process using the EW_PRINT() macro to ewPrint(), specifying the EW_FATAL type. After printing a message, this will call ewExit().


FILES

ew/event.h Event header file


SEE ALSO

EW_intro(3), ewPrint(3)