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  

abort_.c

Go to the documentation of this file.
00001 #include "stdio.h"
00002 #include "f2c.h"
00003 
00004 #ifdef KR_headers
00005 extern VOID sig_die();
00006 
00007 int abort_()
00008 #else
00009 extern void sig_die(char*,int);
00010 
00011 int abort_(void)
00012 #endif
00013 {
00014 sig_die("Fortran abort routine called", 1);
00015 #ifdef __cplusplus
00016 return 0;
00017 #endif
00018 }
 

Powered by Plone

This site conforms to the following standards: