On Fri, Aug 21, 2015 at 03:25:18PM -0700, Jarno Rajahalme wrote: > Reserve the use of size_t for sizes of objects in bytes. > > Suggested-by: Joe Stringer <[email protected]> > Signed-off-by: Jarno Rajahalme <[email protected]>
I think that size_t is a perfectly appropriate type for the number of elements in an array or an array index (the main usage here). It's the most suitable portable type for such a usage. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
