00001 #ifndef FIND_SC_MAIN_H_INCLUDED_ 00002 #define FIND_SC_MAIN_H_INCLUDED_ 00003 00004 #include "rose.h" 00005 00006 namespace risc 00007 { 00008 00009 namespace traverser 00010 { 00011 00016 bool is_sc_main(const SgFunctionDeclaration* function); 00017 00022 SgFunctionDeclaration* find_sc_main(SgNode* node); 00023 00024 }; // end namespace traverser 00025 00026 }; // end namespace risc 00027 00028 /* ex: set softtabstop=2 tabstop=2 shiftwidth=2 expandtab: */ 00029 00030 #endif /* FIND_SC_MAIN_H_INCLUDED_ */