1 ------------------------------------------------------------------------------
3 -- GNAT RUN-TIME COMPONENTS --
5 -- A D A . W I D E _ W I D E _ T E X T _ I O . C O M P L E X _ A U X --
9 -- This specification is derived from the Ada Reference Manual for use with --
10 -- GNAT. In accordance with the copyright of that document, you can freely --
11 -- copy and modify this specification, provided that if you redistribute a --
12 -- modified version, any changes that you have made are clearly indicated. --
14 ------------------------------------------------------------------------------
16 -- This package contains the routines for Ada.Wide_Wide_Text_IO.Complex_IO
17 -- that are shared among separate instantiations of this package. The routines
18 -- in this package are identical semantically to those in Complex_IO itself,
19 -- except that the generic parameter Complex has been replaced by separate
20 -- real and imaginary values of type Long_Long_Float, and default parameters
21 -- have been removed because they are supplied explicitly by the calls from
22 -- within the generic template.
24 package Ada
.Wide_Wide_Text_IO
.Complex_Aux
is
28 ItemR
: out Long_Long_Float;
29 ItemI
: out Long_Long_Float;
34 ItemR
: out Long_Long_Float;
35 ItemI
: out Long_Long_Float;
40 ItemR
: Long_Long_Float;
41 ItemI
: Long_Long_Float;
48 ItemR
: Long_Long_Float;
49 ItemI
: Long_Long_Float;
53 end Ada
.Wide_Wide_Text_IO
.Complex_Aux
;