IGETONERROR(3)
HP-UX
NAME
igetonerror − will return the current error handler
SYNOPSIS
#include <sicl.h>
int igetonerror (void (**proc)());
DESCRIPTION
Igetonerror will store the address of the currently installed error handler in the variable pointed to by proc. The values I_ERROR_EXIT and I_ERROR_NO_EXIT will be stored, if the respective default error handler is installed. If no error handler is installed, a 0 is stored.
RETURN VALUE
The igetonerror command returns 0 on success, or a non-zero error number if an error occurred.
SEE ALSO
igeterrno(3), igeterrstr(3), ionerror(3)
AUTHOR
igetonerror was developed by HP.
Hewlett-Packard Company — September 29, 1999