view conversion/Acr_nema/globals.c @ 1026:58b65d3afdf3

Initial revision
author neelin <neelin>
date Thu, 20 Feb 1997 16:38:17 +0000
parents
children 4cfab8eca7e4
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 <minc_def.h>
#include <acr_nema.h>