< Ada Programming < Libraries 
 
 
      
Ada. Time-tested, safe and secure.
Description
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).
functionSystem.Address_Image (A : System.Address)returnString;pragmaPure (System.Address_Image);
The Address_Image function is a child unit of the System package.
See also
Wikibook
Ada Reference Manual
- extension to the standard -
    This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.