Open Inventor Reference
MeVis/ThirdParty/Sources/Inventor/inventor/lib/mevis/include/win32/inttypes.h File Reference

Go to the source code of this file.

Typedefs

typedef signed int int32_t
typedef unsigned int uint32_t
typedef signed short int int16_t
typedef unsigned short int uint16_t
typedef signed char int8_t
typedef unsigned char uint8_t

Typedef Documentation

typedef signed short int int16_t

Definition at line 24 of file inttypes.h.

typedef signed int int32_t

Definition at line 21 of file inttypes.h.

typedef signed char int8_t

Definition at line 27 of file inttypes.h.

typedef unsigned short int uint16_t

Definition at line 25 of file inttypes.h.

typedef unsigned int uint32_t

Definition at line 22 of file inttypes.h.

typedef unsigned char uint8_t

Definition at line 28 of file inttypes.h.