source:
vendor/python/2.5/RISCOS/unixstuff.h@
3397
| Last change on this file since 3397 was 3225, checked in by , 19 years ago | |
|---|---|
| File size: 318 bytes | |
| Rev | Line | |
|---|---|---|
| [3225] | 1 | /* Fudge unix isatty and fileno for RISCOS */ |
| 2 | ||
| 3 | #include <stdio.h> | |
| 4 | #include <time.h> | |
| 5 | ||
| 6 | int fileno(FILE *f); | |
| 7 | int isatty(int fn); | |
| 8 | unsigned int unixtime(unsigned int ld,unsigned int ex); | |
| 9 | int acorntime(unsigned int *ex, unsigned int *ld, time_t ut); | |
| 10 | ||
| 11 | int isdir(char *fn); | |
| 12 | int isfile(char *fn); | |
| 13 | int object_exists(char *fn); | |
| 14 |
Note:
See TracBrowser
for help on using the repository browser.
