00001 // 00002 //****************************************************************************** 00003 // ACCESS.H 00004 //****************************************************************************** 00005 // 00006 // 00007 //******************************************************************************** 00008 // 00009 // Chris Anderson (C) UCLA 1996 00010 // 00011 // Sept. 1996 00012 // 00013 //******************************************************************************** 00014 // 00015 00016 #ifndef __CAMACCESS__ 00017 #define __CAMACCESS__ 00018 00019 #include "range.h" 00020 #include "under.h" 00021 00022 //__IMPEXP__ extern CAMunderscore _; 00023 //__IMPEXP__ extern CAMrange CAMnullRange; 00024 static CAMunderscore _; 00025 static CAMrange CAMnullRange; 00026 00027 #endif 00028 00029 00030 00031