Use this function to write a byte to an SDL_IOStream.
the SDL_IOStream to write to.
the byte value to write.
true on successful write or false on failure; call SDL_GetError() for more information.
Threadsafety: This function is not thread safe.
See Implementation
Use this function to write a byte to an SDL_IOStream.