跳到内容

Ada 编程/库/Ada.Integer Text IO

来自维基教科书,开放的书籍,用于开放的世界

Ada. Time-tested, safe and secure.
Ada. 经久耐用、安全可靠。

此语言功能从 Ada 95 开始可用。

Ada.Integer_Text_IO 是自 Ada 95 以来 预定义语言环境 的一个单元。

用于简单 输入输出 (IO) 的整数,以文本格式呈现。该包是 Ada.Text_IO.Integer_IO 的实例化,用于类型 Standard.Integer;

with Ada.Text_IO;

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

另请参阅

[编辑 | 编辑源代码]

维基教科书

[编辑 | 编辑源代码]

外部示例

[编辑源代码]

Ada 参考手册

[编辑 | 编辑源代码]

开源实现

[编辑 | 编辑源代码]

FSF GNAT


drake

华夏公益教科书