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