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 File Reference

#include "cdflib.h"

Go to the source code of this file.


Functions

void ftnstop (char *msg)

Function Documentation

void ftnstop char *    msg
 

Definition at line 2 of file cdf_79.c.

Referenced by dlanor(), dstrem(), and E0000().

00004        :
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);
} /* END */
 

Powered by Plone

This site conforms to the following standards: