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