#include "f2c.h"#include "stdlib.h"Include dependency graph for exit_.c:

Go to the source code of this file.
Functions | |
| void | f_exit (void) |
| void | exit_ (integer *rc) |
| void exit_ | ( | integer * | rc | ) |
Definition at line 30 of file exit_.c.
References f_exit().
Referenced by F77_aloc().
00032 { 00033 #ifdef NO_ONEXIT 00034 f_exit(); 00035 #endif 00036 exit(*rc); 00037 }
Here is the call graph for this function:

Here is the caller graph for this function:

| void f_exit | ( | void | ) |
1.5.1