inttypes.h apparently doesn't exist with VC++. Therefore, use the
built-in types __int8, __int16 and so on on that platform.
parent
c6d14d26
Please register or sign in to comment
built-in types __int8, __int16 and so on on that platform.