table of contents
other versions
SDL_MAX_SINT32(3) | SDL3 FUNCTIONS | SDL_MAX_SINT32(3) |
NAME¶
SDL_MAX_SINT32 - A signed 32-bit integer type.
HEADER FILE¶
Defined in SDL3/SDL_stdinc.h
SYNOPSIS¶
#include "SDL3/SDL.h"
#define SDL_MAX_SINT32 ((Sint32)0x7FFFFFFF) /* 2147483647 */
AVAILABILITY¶
This macro is available since SDL 3.0.0.
SDL 3.1.2 | Simple Directmedia Layer |