Use this function to write a byte to an SDL_RWops.
Defined in SDL_rwops.h
size_t SDL_WriteU8(SDL_RWops * dst, Uint8 value);
SDL_RWops * | dst | the SDL_RWops to write to. |
Uint8 | value | the byte value to write. |
(size_t) Returns 1 on success or 0 on failure; call SDL_GetError() for more information.
This function is available since SDL 2.0.0.