Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

SDL_iconv_t - An opaque handle representing string encoding conversion state.

Availability

       This datatype is available since SDL 3.2.0.

Name

       SDL_iconv_t - An opaque handle representing string encoding conversion state.

See Also

SDL_iconv_open(3)

Simple Directmedia Layer                           SDL 3.2.20                                 SDL_iconv_t(3type)

Synopsis

#include<SDL3/SDL_stdinc.h>typedefstructSDL_iconv_data_t*SDL_iconv_t;

See Also