(This is the documentation for SDL3, which is under heavy development and the API is changing! SDL2 is the current stable version!)

SDL_SINT64_C

Append the 64 bit integer suffix to an integer literal.

Header File

Defined in <SDL3/SDL_stdinc.h>

Syntax

#define SDL_SINT64_C(c)  INT64_C(c)

CategoryAPI, CategoryAPIMacro