8 lines
		
	
	
		
			122 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			122 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
#ifndef __CG2_H
 | 
						|
#define __CG2_H
 | 
						|
 | 
						|
int cg2100(int argc, char** argv);
 | 
						|
int cg2200(int argc, char** argv);
 | 
						|
 | 
						|
#endif // __CG2_H
 |