File:  [gforth] / gforth / arch / sharc / types.h
Revision 1.1: download - view: text, annotated - select for diffs
Sun Aug 29 21:50:00 1999 UTC (24 years, 7 months ago) by pazsan
Branches: MAIN
CVS tags: v0-6-2, v0-6-1, v0-6-0, v0-5-0, HEAD
Added hardware specific files for the SHARC port

/* types needed for a standalone system */

typedef Cell time_t;
typedef Cell *FILE;

#define stdin  ((FILE)0L)
#define stdout ((FILE)1L)
#define stderr ((FILE)2L)

#define O_RDONLY 0
#define O_RDWR   1
#define O_WRONLY 2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>