home *** CD-ROM | disk | FTP | other *** search
- /* 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); }