typedef signed long INT32;
The INT32 type is an architecture-independent data type used to represent a 32-bit signed integer. It ensures consistent data width for variables across different hardware platforms.
INT32