On Tuesday 03 January 2012 14:33:05 Garrett Cooper wrote: > On Tue, Jan 3, 2012 at 5:23 AM, Markos Chandras > > <[email protected]> wrote: > > Hi, please review the attached patch > > This is ok. While the stance here has been to follow the PRI* > style format string qualifiers, this works and is pseudo standard > across BSD, Linux, and probably a few other printf(3) implementations.
the PRI* stuff is for explicitly sized types (e.g. 8bit/16bit/32bit/64bit). it is not for [s]size_t types ... that's what the "z" length field of printf is designed for. -mike
signature.asc
Description: This is a digitally signed message part.
------------------------------------------------------------------------------ Write once. Port to many. Get the SDK and tools to simplify cross-platform app development. Create new or port existing apps to sell to consumers worldwide. Explore the Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join http://p.sf.net/sfu/intel-appdev
_______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
