common: int/short/size_t support for native-types.
authorKrisztian Litkey <krisztian.litkey@intel.com>
Mon, 13 Jan 2014 14:02:46 +0000 (16:02 +0200)
committerKrisztian Litkey <krisztian.litkey@intel.com>
Tue, 14 Jan 2014 11:18:26 +0000 (13:18 +0200)
commitdecdcf1f1ffc2970f22c065a3a82eae6c18ac37f
tree9a1a7b41da6d62039b4df5d777c4cf02ce60bace
parent5322c380a10436c614f9441d6def64ff550de64c
common: int/short/size_t support for native-types.

Added support for unsigned/signed int's, unsigned/signed short's,
size_t's and ssize_t's. All of these types are encoded as 32-bit
integers (and currently without a check for overflow, so now you
have been warned).
src/common/native-types.c
src/common/native-types.h