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

SDL_iconv_close - This function frees a context used for character set conversion.

Availability

       This function is available since SDL 3.2.0.

Function Parameters

cd     The character set conversion handle.

Name

       SDL_iconv_close - This function frees a context used for character set conversion.

Return Value

       Returns 0 on success, or -1 on failure.

See Also

SDL_iconv(3), SDL_iconv_open(3), SDL_iconv_string(3)

Simple Directmedia Layer                           SDL 3.2.20                                 SDL_iconv_close(3)

Synopsis

#include<SDL3/SDL_stdinc.h>intSDL_iconv_close(SDL_iconv_tcd);

See Also