view conversion/Acr_nema/globals.c @ 1891:4cfab8eca7e4

* rewrote Makefile with no dependency on a minc distribution * removed all references to the abominable minc_def.h * I should autoconf this really, but this is old code that is now replaced by Jon Harlaps PERL version..
author rotor <rotor>
date Fri, 29 Oct 2004 13:08:41 +0000
parents 58b65d3afdf3
children
line wrap: on
line source

/* ----------------------------- MNI Header -----------------------------------
@NAME       : globals.c
@DESCRIPTION: Global definitions for acr-nema library.
@METHOD     : 
@GLOBALS    : 
@CALLS      : 
@CREATED    : February 12, 1997 (Peter Neelin)
@MODIFIED   : 
@COPYRIGHT  :
              Copyright 1997 Peter Neelin, McConnell Brain Imaging Centre, 
              Montreal Neurological Institute, McGill University.
              Permission to use, copy, modify, and distribute this
              software and its documentation for any purpose and without
              fee is hereby granted, provided that the above copyright
              notice appear in all copies.  The author and McGill University
              make no representations about the suitability of this
              software for any purpose.  It is provided "as is" without
              express or implied warranty.
---------------------------------------------------------------------------- */

#define ACR_LIBRARY_GLOBAL_ELEMENT_DEFINITION

#include <stdlib.h>
#include <stdio.h>
#include <limits.h>
#include <ctype.h>
#include <acr_nema.h>