new library for arguments - renamed library files to .hxx; refs #6
This commit is contained in:
		@@ -5,7 +5,7 @@
 | 
			
		||||
//       1         2         3         4         5         6         7         8
 | 
			
		||||
// 45678901234567890123456789012345678901234567890123456789012345678901234567890
 | 
			
		||||
 | 
			
		||||
#include <mrw/args>
 | 
			
		||||
#include <mrw/args.hxx>
 | 
			
		||||
 | 
			
		||||
void test_func() {
 | 
			
		||||
  std::cout<<"test parameter was given on command line"<<std::endl;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user