SDL_WriteU8 - Man Page

Use this function to write a byte to an SDL_IOStream.

Synopsis

#include <SDL3/SDL_iostream.h>

bool SDL_WriteU8(SDL_IOStream *dst, Uint8 value);

Function Parameters

dst

the SDL_IOStream to write to.

value

the byte value to write.

Return Value

for more information.

Thread Safety

This function is not thread safe.

Availability

This function is available since SDL 3.2.0.

Info

SDL 3.2.16 Simple Directmedia Layer SDL3 FUNCTIONS