home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / RiscOS / APP / DEVS / FORTH / BEETLE / BEETLE.ZIP / Beetle / lib.h < prev    next >
C/C++ Source or Header  |  1997-04-22  |  299b  |  25 lines

  1. /* LIB.H
  2.  
  3.     Vrsn  Date   Comment
  4.     ----|-------|-----------------------------------------------------------
  5.     0.00 30mar97
  6.  
  7.     Reuben Thomas
  8.  
  9.  
  10.     Prototype for lib function.
  11.  
  12. */
  13.  
  14.  
  15. #ifndef BEETLE_LIB
  16. #define BEETLE_LIB
  17.  
  18.  
  19. #include "beetle.h"
  20.  
  21. void lib(UCELL);
  22.  
  23.  
  24. #endif
  25.