logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SDL_WriteS8 - Use this function to write a signed byte to an SDL_IOStream.

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.

See Also