Ada Programming/Libraries/System.Address Image
Appearance
Description
[edit | edit source]Address_Image is a GNAT specific function that returns a string (hexadecimal digits with upper-case letters) representing the address (string is 8/16 bytes for 32/64-bit machines).
function
System.Address_Image (A : System.Address)return
String;pragma
Pure (System.Address_Image);
The Address_Image function is a child unit of the System package.
See also
[edit | edit source]Wikibook
[edit | edit source]Ada Reference Manual
[edit | edit source]- extension to the standard -