home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / pmos2002.zip / DEF / TESTBED.DEF < prev    next >
Text File  |  1996-08-06  |  782b  |  17 lines

  1. DEFINITION MODULE Testbed;
  2.  
  3. (************************************************************************)
  4. (*                                                                      *)
  5. (*          Miscellaneous procedures for use in testing new code        *)
  6. (*                                                                      *)
  7. (*      Author:         P. Moylan                                       *)
  8. (*      Last edited:    6 August 1996                                   *)
  9. (*      Status:         OK                                              *)
  10. (*                                                                      *)
  11. (************************************************************************)
  12.  
  13. PROCEDURE Checkpoint (message: ARRAY OF CHAR);
  14.  
  15. END Testbed.
  16.  
  17.