* Joseph Smith <[EMAIL PROTECTED]> [070706 17:41]:
> #define PRINT_DEBUG_DEC(d)
> 
> value=0xff; /* hexadecimal */
> 
> print_debug("value in decimal is now ");
> PRINT_DEBUG_DEC(value);
> print_debug(" Is this working?\r\n");
 
Since it seems to be for debug only, you can also use
print_debug_hex8
print_debug_hex16
print_debug_hex32

Stefan

-- 
coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br.
      Tel.: +49 761 7668825 • Fax: +49 761 7664613
Email: [EMAIL PROTECTED]  • http://www.coresystems.de/

-- 
linuxbios mailing list
[email protected]
http://www.linuxbios.org/mailman/listinfo/linuxbios

Reply via email to