Main Page | Class Hierarchy | Alphabetical List | Data Structures | File List | Data Fields | Globals

DCFutility.h

Go to the documentation of this file.
00001 // DCFutility.h
00002 //////////////////////////////////////////////////////////////////////
00003 //          (c) Copyright 2001-2002 Brown Deer Technology, LLC.
00004 //                        All rights reserved.
00005 //////////////////////////////////////////////////////////////////////
00006 
00007 #ifdef USE_STD
00008 #include <iostream>
00009 #include <string>
00010 #include <algorithm>
00011 using namespace std;
00012 #else
00013 #include <iostream.h>
00014 #include <string.h>
00015 #include <algorithm.h>
00016 #endif
00017 
00018 #ifndef DCFUTILITY_H
00019 #define DCFUTILITY_H
00020 
00021 //#ifndef DCF_MAXINT
00022 //#define DCF_MAXINT 0x7FFFFFFF
00023 //#endif
00024 
00025 //#ifndef DCF_MININT
00026 //#define DCF_MININT 0x80000000
00027 //#endif
00028 
00029 #define DCF_DEFAULT_MPACKET 16384
00030 
00031 void dcfsbfilename( const int, string&, string& );
00032 
00033 void dcfmbfilename( const int, const int, const string&, string&);
00034 
00035 void dcfdbfilename( const int, const string&, string& );
00036 
00037 void dcflogfilename( const string&, string& );
00038 
00039 #endif
00040 

Generated on Mon May 31 21:38:44 2004 for SR2k4 Assembler by doxygen 1.3.6