00001 #ifndef COMMAND_LINE_PARSING_H_INCLUDED_ 00002 #define COMMAND_LINE_PARSING_H_INCLUDED_ 00003 00004 #include "rose.h" 00005 #include "commandline_processing.h" 00006 00007 namespace risc { 00008 00009 namespace tools { 00010 00011 00031 std::vector<std::string> 00032 preparsing_commandline_arguments(int &argc, char **&argv, 00033 std::vector<std::string> &input_files); 00034 00035 00036 } // end namespace tools 00037 00038 } // end namespace risc 00039 00040 #endif /* COMMAND_LINE_PARSING_H_INCLUDED_ */ 00041 00042 /* ex: set softtabstop=2 tabstop=2 shiftwidth=2 expandtab: */
1.6.1