home *** CD-ROM | disk | FTP | other *** search
/ PC-Blue - MS DOS Public Domain Library / PC-Blue MS-DOS Public Domain Library - NYACC.iso / vol129 / xlstub.c < prev    next >
Encoding:
C/C++ Source or Header  |  1986-12-15  |  256 b   |  8 lines

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