跳到内容

Ada 编程/库/System.Address Image

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

Ada. Time-tested, safe and secure.
Ada. 经时间考验,安全可靠。

Address_Image 是一个 GNAT 特定的函数,它返回一个字符串(十六进制数字,使用大写字母),表示地址(对于 32/64 位机器,字符串为 8/16 字节)。

function System.Address_Image (A : System.Address) return String;

pragma Pure (System.Address_Image);

Address_Image 函数是 System 包 的子单元。

另请参阅

[编辑 | 编辑源代码]

维基教科书

[编辑 | 编辑源代码]

Ada 语言参考手册

[编辑 | 编辑源代码]

- 标准扩展 -

华夏公益教科书