table of contents
SDL_iconv_t(3type) | SDL3 DATATYPES | SDL_iconv_t(3type) |
NAME¶
SDL_iconv_t - An opaque handle representing string encoding conversion state.
SYNOPSIS¶
#include <SDL3/SDL_stdinc.h>
typedef struct SDL_iconv_data_t *SDL_iconv_t;
AVAILABILITY¶
This datatype is available since SDL 3.2.0.
SEE ALSO¶
SDL 3.2.14 | Simple Directmedia Layer |