1 ------------------------------------------------------------------------------
3 -- GNAT RUN-TIME COMPONENTS --
5 -- A D A . T E X T _ I O . B O U N D E D _ I O --
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 with Ada
.Strings
.Bounded
;
19 with package Bounded
is
20 new Ada
.Strings
.Bounded
.Generic_Bounded_Length
(<>);
22 package Ada
.Text_IO
.Bounded_IO
is
24 function Get_Line
return Bounded
.Bounded_String
;
27 (File
: File_Type
) return Bounded
.Bounded_String
;
30 (Item
: out Bounded
.Bounded_String
);
34 Item
: out Bounded
.Bounded_String
);
37 (Item
: Bounded
.Bounded_String
);
41 Item
: Bounded
.Bounded_String
);
44 (Item
: Bounded
.Bounded_String
);
48 Item
: Bounded
.Bounded_String
);
50 end Ada
.Text_IO
.Bounded_IO
;