printf warning: "format %08x expects format unsigned int ..."

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • CBFalconer

    #16
    Re: printf warning: "format %08x expects format unsigned int ..."

    blargg wrote:
    "Andreas Eibach" <aeibach@mail.c omwrote:
    >
    .... snip ...
    >
    >Thanks, I've learned something again. I had no bleeding idea
    >< that the %x can be _combined_ with the small L.
    >
    Reading documentation is a good idea:
    >
    http://en.wikipedia.org/wiki/Printf#...t_placeholders
    A better reference is to section 7.19.6.1 of the C standard. C99.
    n869_txt.bz2 mentioned below is bzip2 compressed text, and is the
    last version available in text format.

    Some useful references about C:
    <http://www.ungerhu.com/jxh/clc.welcome.txt >
    <http://c-faq.com/ (C-faq)
    <http://benpfaff.org/writings/clc/off-topic.html>
    <http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1256.pdf(C99)
    <http://cbfalconer.home .att.net/download/n869_txt.bz2 (pre-C99)
    <http://www.dinkumware. com/c99.aspx (C-library}
    <http://gcc.gnu.org/onlinedocs/ (GNU docs)
    <http://clc-wiki.net/wiki/C_community:com p.lang.c:Introd uction>

    --
    [mail]: Chuck F (cbfalconer at maineline dot net)
    [page]: <http://cbfalconer.home .att.net>
    Try the download section.

    Comment

    Working...