RISCOS files by dschwertberger

This commit is contained in:
Guido van Rossum 2001-03-02 05:58:11 +00:00
parent c92cdf7aa7
commit 228d80736c
16 changed files with 3089 additions and 0 deletions

13
RISCOS/unixstuff.h Normal file
View file

@ -0,0 +1,13 @@
/* 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);