Re: [sqlite] size_t printf standard

2012-06-29 Thread Robert Myers
On 6/29/2012 1:56 PM, Kyle McKay 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

Re: [sqlite] size_t printf standard (was: SQLite4 (don't scream))

2012-06-29 Thread Stephan Beal
On Fri, Jun 29, 2012 at 8:56 PM, Kyle McKay 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

Re: [sqlite] size_t printf standard (was: SQLite4 (don't scream))

2012-06-29 Thread Kyle McKay
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