Provided by: libsdl3-doc_3.2.20+ds-2_all 

NAME
SDL_GetStorageSpaceRemaining - Queries the remaining space in a storage container.
SYNOPSIS
#include <SDL3/SDL_storage.h>
Uint64 SDL_GetStorageSpaceRemaining(SDL_Storage *storage);
FUNCTION PARAMETERS
storage
a storage container to query.
RETURN VALUE
Returns the amount of remaining space, in bytes.
AVAILABILITY
This function is available since SDL 3.2.0.
SEE ALSO
SDL_StorageReady(3), SDL_WriteStorageFile(3)
Simple Directmedia Layer SDL 3.2.20 SDL_GetStorageSpaceRemaining(3)