2 * Operating System specific function prototypes
4 * $Header: os.h 1.2 92/10/01 $
6 * Revision 1.3 93/03/05 15:37:24 arb
7 * Added read() function prototype for RISCOS
9 * Revision 1.2 92/10/01 11:22:18 duplain
10 * Added filesize() function prototype.
12 * Revision 1.1 92/09/29 18:02:39 duplain
20 Word
filesize(char *pathname
);
21 Ftype
exist(char *pathname
);
22 int makedir(char *pathname
);
23 int filestamp(Header
*header
, char *filename
);
26 int read(int fd
, void *buffer
, int size
);