SDL_WriteS8 - Use this function to write a signed byte to an SDL_IOStream.
Contents
Availability
This function is available since SDL 3.2.0.
Simple Directmedia Layer SDL 3.2.20 SDL_WriteS8(3)
Function Parameters
dst the SDL_IOStream to write to.
value the byte value to write.
Name
SDL_WriteS8 - Use this function to write a signed byte to an SDL_IOStream.
Return Value
for more information.
Synopsis
#include<SDL3/SDL_iostream.h>boolSDL_WriteS8(SDL_IOStream*dst,Sint8value);
Thread Safety
This function is not thread safe.
