Files correlati : Commento : Aggiunto il preprocessore c++ mcpp per sostituire il compilatore nella compilazione delle maschere.
		
			
				
	
	
		
			9 lines
		
	
	
		
			139 B
		
	
	
	
		
			Raku
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			139 B
		
	
	
	
		
			Raku
		
	
	
	
	
	
| /* n_stdmac.t:  C99 Standard pre-defined macros.    */
 | |
| 
 | |
| /*  199901L;    */
 | |
|     __STDC_VERSION__;
 | |
| 
 | |
| /*  1; or 0;    */
 | |
|     __STDC_HOSTED__;
 | |
| 
 |