1178172Simp------------------------------------------------------------------------------
2178172Simp--                                                                          --
3178172Simp--                         GNAT RUN-TIME COMPONENTS                         --
4178172Simp--                                                                          --
5178172Simp--          A D A . F L O A T _ W I D E _ W I D E _ T E X T _ I O           --
6178172Simp--                                                                          --
7178172Simp--                                 S p e c                                  --
8178172Simp--                                                                          --
9178172Simp-- This specification is derived from the Ada Reference Manual for use with --
10178172Simp-- GNAT.  In accordance with the copyright of that document, you can freely --
11178172Simp-- copy and modify this specification,  provided that if you redistribute a --
12178172Simp-- modified version,  any changes that you have made are clearly indicated. --
13178172Simp--                                                                          --
14178172Simp------------------------------------------------------------------------------
15178172Simp
16178172Simpwith Ada.Wide_Wide_Text_IO;
17178172Simp
18178172Simppackage Ada.Float_Wide_Wide_Text_IO is
19178172Simp  new Ada.Wide_Wide_Text_IO.Float_IO (Float);
20178172Simp