exdgmime
Rémi Denis-Courmont
remi at remlab.net
Tue Feb 28 08:20:20 PST 2012
Le mardi 28 février 2012 16:33:36 DAV, vous avez écrit :
> - got rid of "int" in cache (replaced by "xdg_uint32_t");
We are now in 2012 and C11 has been ratified. I don't understand why FLOSS C
programmers insists on reinventing standard integer types that were defined 13
years ago (in C99).
<stdint.h> (and indirectly <inttypes.h>) defines uint32_t and a wealth of
other types. 'int' is not necessarily 32-bits, even though it is on most
current platforms.
Oh well...
--
Rémi Denis-Courmont
http://www.remlab.net/
http://fi.linkedin.com/in/remidenis
More information about the xdg
mailing list