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_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