/*------------------------------------------------------------\ | | | Tool : systemcass | | | | File : simplify_string.h | | | | Author : Buchmann Richard | | | | Date : 21_09_2004 | | | \------------------------------------------------------------*/ #ifndef SIMPLIFY_STRING_H #define SIMPLIFY_STRING_H #include // Truncate the name : delete "." namespace sc_core { extern std::string& simplify_name (const char *name, std::string &newname); } #endif