home *** CD-ROM | disk | FTP | other *** search
/ Hacker / Hacker.iso / HACKER / DECOMP / DECAF / unsi32io.ads < prev    next >
Encoding:
Text File  |  1996-09-19  |  799 b   |  27 lines

  1. --
  2. -- Copyright (C) 1996 Ada Resource Association (ARA), Columbus, Ohio.
  3. -- Author: Gilles Demailly
  4. --
  5. --
  6. -- Permission to use, copy, modify, and distribute this software and its
  7. -- documentation for any purpose and without fee is hereby granted,
  8. -- provided that the above copyright and authorship notice appear in all
  9. -- copies and that both that copyright notice and this permission notice
  10. -- appear in supporting documentation.
  11. -- 
  12. -- The ARA makes no representations about the suitability of this software
  13. -- for any purpose.  It is provided "as is" without express
  14. -- or implied warranty.
  15. -- 
  16.  
  17. --
  18. -- Unsigned_32 input-outputs
  19. --
  20.  
  21. with Basic_Definitions;
  22.  
  23. with Ada.Text_Io;
  24.  
  25. package Unsigned_32_Io is new Ada.Text_Io.Modular_Io 
  26.                                 (Basic_Definitions.Unsigned_32);
  27.