source: vendor/python/2.5/RISCOS/unixstuff.h

Last change on this file was 3225, checked in by bird, 18 years ago

Python 2.5

File size: 318 bytes
Line 
1/* Fudge unix isatty and fileno for RISCOS */
2
3#include <stdio.h>
4#include <time.h>
5
6int fileno(FILE *f);
7int isatty(int fn);
8unsigned int unixtime(unsigned int ld,unsigned int ex);
9int acorntime(unsigned int *ex, unsigned int *ld, time_t ut);
10
11int isdir(char *fn);
12int isfile(char *fn);
13int object_exists(char *fn);
14
Note: See TracBrowser for help on using the repository browser.