Man page - sdl_getstoragespaceremaining(3)

Packages contains this manual

Manual

SDL_GetStorageSpaceRemaining

NAME
HEADER FILE
SYNOPSIS
FUNCTION PARAMETERS
RETURN VALUE
AVAILABILITY
SEE ALSO

NAME

SDL_GetStorageSpaceRemaining - Queries the remaining space in a storage container.

HEADER FILE

Defined in SDL3/SDL_storage.h

SYNOPSIS

#include "SDL3/SDL.h"

Uint64 SDL_GetStorageSpaceRemaining(SDL_Storage *storage);

FUNCTION PARAMETERS

storage

a storage container to query.

RETURN VALUE

( Uint64 ) Returns the amount of remaining space, in bytes.

AVAILABILITY

This function is available since SDL 3.2.0.

SEE ALSO

(3), SDL_StorageReady (3), (3), SDL_WriteStorageFile (3)