6 lines
		
	
	
		
			65 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			65 B
		
	
	
	
		
			C
		
	
	
	
	
	
#include	<ctype.h>
 | 
						|
 | 
						|
int (iscntrl)(int c) {
 | 
						|
	return iscntrl(c);
 | 
						|
}
 | 
						
#include	<ctype.h>
 | 
						|
 | 
						|
int (iscntrl)(int c) {
 | 
						|
	return iscntrl(c);
 | 
						|
}
 |