Use this function to read a signed byte from an SDL_IOStream.
Defined in <SDL3/SDL_iostream.h>
bool SDL_ReadS8(SDL_IOStream *src, Sint8 *value);
SDL_IOStream * | src | the SDL_IOStream to read from. |
Sint8 * | value | a pointer filled in with the data read. |
(bool) Returns true on success or false on failure; call SDL_GetError() for more information.
This function is available since SDL 3.0.0.