0
0
mirror of https://github.com/python/cpython.git synced 2024-11-24 17:47:13 +01:00
cpython/RISCOS/unixstuff.h

14 lines
306 B
C
Raw Normal View History

2001-03-02 06:58:11 +01:00
/* 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);