A printf-formatting string prefix for a size_t value.
Defined in <SDL3/SDL_stdinc.h>
#define SDL_PRISZ_PREFIX "z"This is just the prefix! You probably actually want SDL_PRISZu, SDL_PRISZx, or SDL_PRISZX instead.
Use it like this:
SDL_Log("There are %" SDL_PRISZ_PREFIX "u bottles of beer on the wall.", bottles);This macro is available since SDL 3.6.0.