/* xlstub.c - stubs for replacing the 'xlobj' module */ #ifdef AZTEC #include "stdio.h" #else #include #endif #include "xlisp.h" struct node *xloinit() {} struct node *xlsend() { return (NULL); } struct node *xlobsym() { return (NULL); }