home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume1 / xlisp1.4 / part4 / xlstub.c.XXX < prev    next >
Encoding:
Text File  |  1986-11-30  |  158 b   |  9 lines

  1. /* xlstub.c - stubs for replacing the 'xlobj' module */
  2.  
  3. #include "xlisp.h"
  4.  
  5. xloinit() {}
  6. NODE *xlsend() { return (NIL); }
  7. NODE *xlobsym() { return (NIL); }
  8.  
  9.