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 }
00037
00038 }
00039
00040 #endif
00041
00042