summaryrefslogtreecommitdiffstats
path: root/RISCOS/unixstuff.h
blob: 75104c29832be5e4249b3d51c82d396bb807bc3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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);