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 包 的子單元。
- 標準擴充套件 -