6.8. I/O Interfaces

The predefined library packages Text_IO and Ada.Text_IO are partially supported so that test programs can write their results to an output stream. These packages, Direct_IO and Sequential_IO all require system calls to be supported on the target.

For application program input and output, it is necessary to use low-level features such as representation clauses and package Machine_Code.