Skip to content

AFNI/NIfTI Server

Sections
Personal tools
You are here: Home » AFNI » Documentation

Doxygen Source Code Documentation


Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals   Search  

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

void exit_ integer   rc
 

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         }

void f_exit void   
 

Definition at line 71 of file close.c.

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

Powered by Plone

This site conforms to the following standards: