Files correlati : Commento : Aggiunto il preprocessore c++ mcpp per sostituire il compilatore nella compilazione delle maschere.
		
			
				
	
	
		
			9 lines
		
	
	
		
			260 B
		
	
	
	
		
			Raku
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			260 B
		
	
	
	
		
			Raku
		
	
	
	
	
	
| /* u_1_7_eucjp.t:   Invalid multi-byte character sequence (in string literal,
 | ||
|         character constant, header-name or comment).    */
 | ||
| 
 | ||
| #define str( a)     # a
 | ||
| #pragma __setlocale( "eucjp")               /* For MCPP     */
 | ||
| 
 | ||
|     str( "± ");   /* 0xb1a0   */
 | ||
| 
 |