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 >
Text File  |  1985-02-19  |  384b  |  14 lines

  1. /* xlstub.c - stubs for replacing the 'xlobj' module */
  2.  
  3. #ifdef AZTEC
  4. #include "stdio.h"
  5. #else
  6. #include <stdio.h>
  7. #endif
  8.  
  9. #include "xlisp.h"
  10.  
  11. struct node *xloinit() {}
  12. struct node *xlsend()  { return (NULL); }
  13. struct node *xlobsym() { return (NULL); }
  14.