home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / cpm / xlisp / xlisp12.ark / XLSTUB.C < prev    next >
Encoding:
C/C++ Source or Header  |  1985-02-20  |  384 b   |  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.