typedef struct { int code; Boolean print; char message[NAG_ERROR_BUF_LEN]; Integer errnum; void (*handler)(char*,int,char*); } NagError;