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

MCFutility.h

Go to the documentation of this file.
00001 // MCFutility.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 MCFUTILITY_H
00019 #define MCFUTILITY_H
00020 
00021 //#ifndef MCF_MAXINT
00022 //#define MCF_MAXINT 0x7FFFFFFF
00023 //#endif
00024 
00025 //#ifndef MCF_MININT
00026 //#define MCF_MININT 0x80000000
00027 //#endif
00028 
00029 #define MCF_DEFAULT_MPACKET 16384
00030 
00031 void mcfsbfilename( const int, string&, string& );
00032 
00033 void mcfmbfilename( const int, const int, const string&, string&);
00034 
00035 void mcfdbfilename( const int, const string&, string& );
00036 
00037 void mcflogfilename( const string&, string& );
00038 
00039 #endif
00040 

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