On Sat, 17 Apr 2010, Alexander Lamaison wrote:
>> Because 'int' is defined to be the "natural" data size for the
>> architecture. Thus it is generally faster and make better generated code
>> than forcing it to be another type.
>
> I wasn't aware of that. What about the signedness? Is that significant?
Signedness can be important and significant, but unless it is important I tend
to just prefer plain (signed) 'int'. I don't think I removed the unsignedness
from anything that need it.
-- / daniel.haxx.se _______________________________________________ libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-develReceived on 2010-04-17