On Wed, 30 Dec 2009 22:25:17 +0100
Joerg Sonnenberger <jo...@britannica.bec.de> wrote:

> On Wed, Dec 30, 2009 at 10:44:23AM -0200, Gustavo Sverzut Barbieri
> wrote:
> > > Unfortunately there is no safe way of printing it in C89 (ie
> > > windows). The best way is:
> > >        printf("... %ld..",(unsigned int)blah);
> 
> %ld and unsigned int? You must be joking... Defining PRIdMAX and
> friends can be easily automated.

Unfortunately although PRIdMAX is useful, I don't believe there is one
for size_t.  Instead you use the %z modifier, which leads us back to
where we started.

        Regards,
        nash

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to