Use this function to write a byte to an SDL_IOStream.
Defined in <SDL3/SDL_iostream.h>
dst | the SDL_IOStream to write to |
value | the byte value to write |
Returns SDL_TRUE on successful write, SDL_FALSE on failure; call SDL_GetError() for more information.
This function is available since SDL 3.0.0.