A signed 32-bit integer type.
Defined in <SDL3/SDL_stdinc.h>
typedef int32_t Sint32;
#define SDL_MAX_SINT32 ((Sint32)0x7FFFFFFF) /* 2147483647 */
#define SDL_MIN_SINT32 ((Sint32)(~0x7FFFFFFF)) /* -2147483648 */
This macro is available since SDL 3.1.3.