Doxygen Source Code Documentation
sig_die.c File Reference
#include "stdlib.h"
#include "stdio.h"
#include "signal.h"
Go to the source code of this file.
Functions | |
void | f_exit (void) |
void | sig_die (register char *s, int kill) |
Function Documentation
|
Definition at line 71 of file close.c. References cllist::cerr, cllist::csta, cllist::cunit, f_clos(), i, and MXUNIT. Referenced by exit_(), main(), s_1paus(), and s_stop().
|
|
Definition at line 20 of file sig_die.c.
00022 { 00023 /* print error message, then clear buffers */ 00024 if( s != NULL ) fprintf(stderr, "%s\n", s); 00025 exit(1) ; 00026 } |