|
SDL
2.0
|
#include <stddef.h>#include <errno.h>
Include dependency graph for iconv.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Typedefs | |
| typedef void * | iconv_t |
Functions | |
| iconv_t | iconv_open (const char *, const char *) |
| size_t | iconv (iconv_t, char **, size_t *, char **, size_t *) |
| int | iconv_close (iconv_t) |