Address_Image 是一个 GNAT 特定的函数,它返回一个字符串(十六进制数字,使用大写字母),表示地址(对于 32/64 位机器,字符串为 8/16 字节)。
function System.Address_Image (A : System.Address) return String; pragma Pure (System.Address_Image);
function
return
pragma
Address_Image 函数是 System 包 的子单元。
- 标准扩展 -