Ada Programming/Libraries/Ada.Integer Text IO

< Ada Programming < Libraries
Computing » Computer Science » Computer Programming » Ada Programming

The package Integer_Text_IO

Used for simple Input Output (IO) of integers in text format. The package is an instantiation of Ada.Text_IO.Integer_IO for the type Standard.Integer;


with Ada.Text_IO;

package Ada.Integer_Text_IO is new Ada.Text_IO.Integer_IO (Integer);

See also

Wikibook

Ada 95 Reference Manual

Ada 2005 Reference Manual

Ada Quality and Style Guide

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.