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

  1. /* TESTS.H
  2.  
  3.     Vrsn  Date   Comment
  4.     ----|-------|-------------------------------------------------------------
  5.     0.00 18jan95
  6.     0.01 19jan95 Added BEETLE_TESTS symbol to make header idempotent.
  7.  
  8.     Reuben Thomas
  9.  
  10.  
  11.     Header for C compiler tests.
  12.  
  13. */
  14.  
  15.  
  16. #ifndef BEETLE_TESTS
  17. #define BEETLE_TESTS
  18.  
  19.  
  20. int tests(void);
  21.  
  22.  
  23. #endif
  24.