exit_.c File Reference

#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)


Function Documentation

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   ) 

Definition at line 73 of file close.c.

00075 {       int i;
00076         static cllist xx;
00077         if (!xx.cerr) {
00078                 xx.cerr=1;
00079                 xx.csta=NULL;
00080                 for(i=0;i<MXUNIT;i++)
00081                 {
00082                         xx.cunit=i;
00083                         (void) f_clos(&xx);
00084                 }
00085         }
00086 }


Generated on Sun Mar 4 15:04:28 2007 for Scilab [trunk] by  doxygen 1.5.1