home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
lisp
/
eulisp
/
feel0_89.lha
/
Feel
/
AddOns
/
nio.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-11
|
245 b
|
15 lines
/*
* nio.h
* header for new print/read junk
*
*/
/* Standard streams... */
extern LispObject std_streams;
#define StdIn() vref(std_streams,0)
#define StdOut() vref(std_streams,1)
#define StdErr() vref(std_streams,2)