Bitstream Interpretation Library (BIL)  0.1
xdlrc_convertArgs.hpp
Go to the documentation of this file.
1 
6 #pragma once
7 #ifndef XDLRC_CONVERTARGS_HPP
8 #define XDLRC_CONVERTARGS_HPP
9 
10 #include <string>
11 
12 
14 extern std::string xdlrcFileName;
15 
17 extern std::string outFileName;
18 
19 
26 void parseCommandLine(int argc, char** argv);
27 
28 
29 #endif