home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / modu1096.zip / GPMsym / hugeints.def < prev    next >
Text File  |  1996-08-29  |  1KB  |  23 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. (* ************************************************************* *)
  15. (*                                                               *)
  16. (* Implicit library support for huge integers in GPM (kjg Aug 95)*)
  17. (*                                                               *)
  18. (* ************************************************************* *)
  19.  
  20. INTERFACE DEFINITION MODULE HugeInts;
  21.   IMPORT IMPLEMENTATION FROM "longops.o";
  22. END HugeInts.
  23.