Skip to main content

SDL_PRIX64

Constant SDL_PRIX64 

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

A printf-formatting string for a Uint64 value as upper-case hexadecimal.

Use it like this:

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

ยงAvailability

This macro is available since SDL 3.2.0.