Skip to main content

SDL_PRIs32

Constant SDL_PRIs32 

Source
pub const SDL_PRIs32: *const c_char = _; // {alloc24454<imm>: *const i8}
Expand description

A printf-formatting string for an Sint32 value.

Use it like this:

SDL_Log("There are %" SDL_PRIs32 " bottles of beer on the wall.", bottles);

ยงAvailability

This macro is available since SDL 3.2.0.