3 lines
		
	
	
		
			113 B
		
	
	
	
		
			C
		
	
	
		
		
			
		
	
	
			3 lines
		
	
	
		
			113 B
		
	
	
	
		
			C
		
	
	
|  | #define UNKNOWN_TYPE_P(file) ((file)->d_type == DT_UNKNOWN)
 | ||
|  | #define DIRECTORY_P(file) ((file)->d_type == DT_DIR)
 |