Files correlati : Commento : Aggiunto il preprocessore c++ mcpp per sostituire il compilatore nella compilazione delle maschere.
		
			
				
	
	
		
			13 lines
		
	
	
		
			202 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			202 B
		
	
	
	
		
			C
		
	
	
	
	
	
/* vers2.h  */
 | 
						|
 | 
						|
/* comment */ # /**/ pragma /**/ once /**/
 | 
						|
 | 
						|
#include    <stdio.h>
 | 
						|
#include    <limits.h>
 | 
						|
 | 
						|
/*
 | 
						|
 * <stdio.h>, <limits.h> might have the line
 | 
						|
 *      #pragma once
 | 
						|
 * near the beginning.
 | 
						|
 */
 |