home *** CD-ROM | disk | FTP | other *** search
/ Between Heaven & Hell 2 / BetweenHeavenHell.cdr / 500 / 471 / rccl178 < prev    next >
Text File  |  1987-03-02  |  629b  |  20 lines

  1. /*
  2.  * DBOT Version 1.0           Author :  Vincent Hayward
  3.  *                                      School of Electrical Engineering
  4.  *                                      Purdue University
  5.  *      Dir     : lint
  6.  *      File    : llib-dbot
  7.  *      Remarks : Lint file
  8.  *      Usage   : made available to the user
  9.  */
  10.  
  11. /*LINTLIBRARY*/
  12. #include "../h/rccl.h"
  13.  
  14.     maketdb(n) char *n; {return(0);}
  15.     savetr(t, fd) TRSF_PTR t; int fd; {return(0);}
  16.     gettr(t, fd) TRSF_PTR t; int fd; {return(0);}
  17.     remtr(n, fd) char *n; int fd; {return(0);}
  18.     dumpdb(fd, v) int fd; bool v; {return(0);}
  19.     compact(n) char *n; {return(0);}
  20.