7 lines
		
	
	
		
			167 B
		
	
	
	
		
			Python
		
	
	
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
		
			167 B
		
	
	
	
		
			Python
		
	
	
	
	
	
|  | from building import * | ||
|  | 
 | ||
|  | src     = ['stdio.c'] | ||
|  | group = DefineGroup('POSIX', src, depend = ['RT_USING_POSIX_STDIO'], CPPPATH = [GetCurrentDir()]) | ||
|  | 
 | ||
|  | Return('group') |