home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
unix
/
volume1
/
xlisp1.4
/
part4
/
xlstub.c.XXX
< 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
Text File
|
1986-11-30
|
158 b
|
9 lines
/* xlstub.c - stubs for replacing the 'xlobj' module */
#include "xlisp.h"
xloinit() {}
NODE *xlsend() { return (NIL); }
NODE *xlobsym() { return (NIL); }