Doxygen Source Code Documentation
exit.c File Reference
#include "stdlib.h"
#include "f2c.h"
Go to the source code of this file.
Functions | |
void | f_exit (void) |
void | exit_ (integer *rc) |
Function Documentation
|
Definition at line 28 of file exit.c. References f_exit().
00030 { 00031 #ifdef NO_ONEXIT 00032 f_exit(); 00033 #endif 00034 exit(*rc); 00035 } |
|
Definition at line 71 of file close.c.
|