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_IOvprintf - Print to an SDL_IOStream data stream.

Availability

       This function is available since SDL 3.2.0.

Description

       This function does formatted printing to the stream.

Function Parameters

context
              a pointer to an SDL_IOStream structure.

       fmt    a printf() style format string.

       ap     a variable argument list.

Name

       SDL_IOvprintf - Print to an SDL_IOStream data stream.

Return Value

       for more information.

See Also

SDL_IOprintf(3), SDL_WriteIO(3)

Simple Directmedia Layer                           SDL 3.2.20                                   SDL_IOvprintf(3)

Synopsis

#include<SDL3/SDL_iostream.h>size_tSDL_IOvprintf(SDL_IOStream*context,constchar*fmt,va_listap);

Thread Safety

       This function is not thread safe.

See Also