/*------------------------------------------------------------\ | | | Tool : systemcass | | | | File : sc_string.h | | | | Author : Buchmann Richard | | | | Date : 04_05_2005 | | | \------------------------------------------------------------*/ #ifndef __SC_STRING_H__ #define __SC_STRING_H__ #include typedef std::string sc_string; #endif