Scroll to navigation

Uint64(3type) SDL3 DATATYPES Uint64(3type)

NAME

Uint64 - An unsigned 64-bit integer type.

HEADER FILE

Defined in SDL3/SDL_stdinc.h

SYNOPSIS

#include "SDL3/SDL.h"
typedef uint64_t Uint64;
#define SDL_MAX_UINT64  SDL_UINT64_C(0xFFFFFFFFFFFFFFFF)   /* 18446744073709551615 */
#define SDL_MIN_UINT64  SDL_UINT64_C(0x0000000000000000)   /* 0 */

AVAILABILITY

This macro is available since SDL 3.1.3.

SEE ALSO

(3), SDL_UINT64_C(3)

SDL 3.1.6 Simple Directmedia Layer