
#ifdef THINK_C
#  include <MacHeaders>
/* #include <ColorToolbox.h> */
#  include <stdlib.h>
#  include <string.h>
#  include <assert.h>
#  include <unix.h>
#endif

/* THIS FILE IS TO BE PRECOMPILED TO FORM A FAST-LOADING "HEADERS.h" FILE.
   See page 117 of THINK C User's Manual
   (Note - Mar 1993 - precompiling is no longer recommended)
 */
 
#ifdef BLACKFIN
#include <stdlib.h>
#include "adi_graph.h"
#ifdef NOSTDIO
#define UNIMP() 
#define UNTEST() 
#else
#define UNIMP() { fprintf ( stdout, "\"%s\", line %d. Unimplemented\n", __FILE__, __LINE__ ); exit ( 1 ); }
#define UNTEST() { fprintf ( stdout, "\"%s\", line %d. Untested\n", __FILE__, __LINE__ ); exit ( 1 ); }
#endif
extern ADI_sGraphPrim gp;
#endif

