mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 07:31:38 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			306 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			306 B
		
	
	
	
		
			C
		
	
	
	
	
	
/* Fudge unix isatty and fileno for RISCOS */
 | 
						|
 | 
						|
#include <stdio.h>
 | 
						|
 | 
						|
int fileno(FILE *f);
 | 
						|
int isatty(int fn);
 | 
						|
unsigned int unixtime(unsigned int ld,unsigned int ex);
 | 
						|
/*long PyOS_GetLastModificationTime(char *name);*/
 | 
						|
int unlink(char *fname);
 | 
						|
int isdir(char *fn);
 | 
						|
int isfile(char *fn);
 | 
						|
int exists(char *fn);
 | 
						|
 |