Go to the documentation of this file.
3 #ifndef __ZMQ_STDINT_HPP_INCLUDED__
4 #define __ZMQ_STDINT_HPP_INCLUDED__
6 #if defined ZMQ_HAVE_SOLARIS || defined ZMQ_HAVE_OPENVMS
10 #elif defined _MSC_VER && _MSC_VER < 1600
13 typedef __int8 int8_t;
16 typedef __int16 int16_t;
19 typedef __int32 int32_t;
22 typedef __int64 int64_t;
25 typedef unsigned __int8 uint8_t;
28 typedef unsigned __int16 uint16_t;
31 typedef unsigned __int32 uint32_t;
34 typedef unsigned __int64 uint64_t;
37 #define UINT16_MAX _UI16_MAX
40 #define UINT32_MAX _UI32_MAX
50 #define UINT8_MAX 0xFF
libaditof
Author(s):
autogenerated on Wed May 21 2025 02:06:59