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  

cdf_79.c

Go to the documentation of this file.
00001 #include "cdflib.h"
00002 void ftnstop(char* msg)
00003 /************************************************************************
00004 FTNSTOP:
00005 Prints msg to standard error and then exits
00006 ************************************************************************/
00007 /* msg - error message */
00008 {
00009   if (msg != NULL) fprintf(stderr,"%s\n",msg);
00010   exit(1);
00011 } /* END */
 

Powered by Plone

This site conforms to the following standards: