home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.barnyard.co.uk
/
2015.02.ftp.barnyard.co.uk.tar
/
ftp.barnyard.co.uk
/
cpm
/
walnut-creek-CDROM
/
CPM
/
LANGUAGS
/
XLISP
/
XLISP12.ARK
/
XLSTUB.C
< prev
next >
Wrap
Text File
|
1985-02-19
|
384b
|
14 lines
/* xlstub.c - stubs for replacing the 'xlobj' module */
#ifdef AZTEC
#include "stdio.h"
#else
#include <stdio.h>
#endif
#include "xlisp.h"
struct node *xloinit() {}
struct node *xlsend() { return (NULL); }
struct node *xlobsym() { return (NULL); }