Staging
v0.8.1
Revision 4ef33dc381607937ac9e0a5984a1ec22f238c6ed authored by Barry Warsaw on 23 May 2011, 19:29:24 UTC, committed by Barry Warsaw on 23 May 2011, 19:29:24 UTC
2 parent s 6c603c4 + 32140f8
Raw File
unixstuff.h
/* Fudge unix isatty and fileno for RISCOS */

#include <stdio.h>
#include <time.h>

int fileno(FILE *f);
int isatty(int fn);
unsigned int unixtime(unsigned int ld,unsigned int ex);
int acorntime(unsigned int *ex, unsigned int *ld, time_t ut);

int isdir(char *fn);
int isfile(char *fn);
int object_exists(char *fn);

back to top