A printf-formatting string for a long long
value.
Defined in <SDL3/SDL_stdinc.h>
#define SDL_PRILLd SDL_PRILL_PREFIX "d"
Use it like this:
"There are %" SDL_PRILLd " bottles of beer on the wall.", bottles); SDL_Log(
This macro is available since SDL 3.1.3.