home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / modu1096.zip / GPMsym / varstrs.def < prev    next >
Text File  |  1996-08-29  |  965b  |  19 lines

  1. (****************************************************************)
  2. (*                                                              *)
  3. (*         Gardens Point Modula-2 Library Definition            *)
  4. (*                                                              *)
  5. (*                                                              *)
  6. (*     (c) Copyright 1996 Faculty of Information Technology     *)
  7. (*              Queensland University of Technology             *)
  8. (*                                                              *)
  9. (*     Permission is granted to use, copy and change this       *)
  10. (*     program as long as the copyright message is left intact  *)
  11. (*                                                              *)
  12. (****************************************************************)
  13.  
  14. (* Implicit library support for STRING type in GPM (kjg Jul 96) *)
  15.  
  16. INTERFACE DEFINITION MODULE VARSTRS;
  17.   IMPORT IMPLEMENTATION FROM "varstrs.o";
  18. END VARSTRS.
  19.