home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
lisp
/
eulisp
/
feel0_89.lha
/
Feel
/
AddOns
/
nprint.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-06-06
|
350 b
|
19 lines
/*
* nio.h
* header for new print/read junk
*
*/
/* Structure of a file */
/* NB. A file can be open for
either reading or writing
its somebody else's problem to
check the correctness of this */
#define file_name(x) slotref(x,0)
#define file_pointer(x) slotref(x,1)
#define file_mode(x) slotref(x,2)
#define N_SLOTS_IN_FILE 3