SDL_WriteS8

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

extern (C) nothrow @nogc extern
bool
SDL_WriteS8

Parameters

dst SDL_IOStream*

the SDL_IOStream to write to.

value Sint8

the byte value to write.

Return Value

Type: bool

true on successful write or false on failure; call SDL_GetError() for more information.

Threadsafety: This function is not thread safe.

Meta