home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / pmos2002.zip / SRC / TYPES.MOD < prev    next >
Text File  |  1996-08-29  |  796b  |  17 lines

  1. IMPLEMENTATION MODULE Types;
  2.  
  3.         (********************************************************)
  4.         (*                                                      *)
  5.         (*      Definitions of non-quite-portable types         *)
  6.         (*                                                      *)
  7.         (*  Programmer:         P. Moylan                       *)
  8.         (*  Last edited:        21 February 1995                *)
  9.         (*  Status:             OK                              *)
  10.         (*                                                      *)
  11.         (*      The implementation part is deliberately empty   *)
  12.         (*                                                      *)
  13.         (********************************************************)
  14.  
  15. END Types.
  16.  
  17.