Searched defs:SDL_iconv_t (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_stdinc.h597 #define SDL_iconv_t iconv_t macro
601 typedef struct _SDL_iconv_t *SDL_iconv_t; typedef in typeref:struct:_SDL_iconv_t
602 extern DECLSPEC SDL_iconv_t SDLCALL SDL_iconv_open(const char *tocode, const char *fromcode);
603 extern DECLSPEC int SDLCALL SDL_iconv_close(SDL_iconv_t cd);
605 extern DECLSPEC size_t SDLCALL SDL_iconv(SDL_iconv_t cd, const char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft);

Completed in 908 milliseconds