18 lines
		
	
	
		
			114 B
		
	
	
	
		
			C
		
	
	
		
		
			
		
	
	
			18 lines
		
	
	
		
			114 B
		
	
	
	
		
			C
		
	
	
|  | #define YO
 | ||
|  | #ifdef YO
 | ||
|  | yo | ||
|  | #endif
 | ||
|  | 
 | ||
|  | #define YO2
 | ||
|  | #ifndef YO2
 | ||
|  | yo2 | ||
|  | #endif
 | ||
|  | 
 | ||
|  | #ifdef YO3
 | ||
|  | yo3 | ||
|  | #endif
 | ||
|  | 
 | ||
|  | #ifndef YO4
 | ||
|  | yo4 | ||
|  | #endif
 |