/* * This file is part of the Cforall project * * $Id: GenType.h,v 1.2 2005/08/29 20:14:12 rcbilson Exp $ * */ #ifndef CODEGEN_GENTYPE_H #define CODEGEN_GENTYPE_H #include #include "SynTree/SynTree.h" namespace CodeGen { std::string genType( Type *type, const std::string &baseString ); } // namespace CodeGen #endif /* #ifndef CODEGEN_GENTYPE_H */