On Fri, Jun 29, 2012 at 8:56 PM, Kyle McKay <mack...@gmail.com> wrote:

> On June 28, 2012 09:46:06 PDT, Stephan Beal wrote:
>
>> - There are no standard printf()/scanf() specifiers for it, which means
>> those funcs cannot be used with size_t or ifdefs or casts are needed to
>> handle them portably.
>>
>
> Perhaps you should actually check the standard before making such a claim:
>
>  
> http://pubs.opengroup.org/**onlinepubs/009695399/**functions/printf.html<http://pubs.opengroup.org/onlinepubs/009695399/functions/printf.html>


My apologies, my statement was extremely misleading. i was refering to the
PRIxxx and SCNxxx family of macros. Those don't exist for size_t.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to