SDL
2.0
|
Go to the source code of this file.
Functions | |
int | SDL_setenv (const char *name, const char *value, int overwrite) |
char * | SDL_getenv (const char *name) |
Variables | |
static char ** | SDL_env = (char **) 0 |
char* SDL_getenv | ( | const char * | name | ) |
Definition at line 219 of file SDL_getenv.c.
References i, main, NULL, SDL_setenv(), SDL_strcmp, SDL_strlen, and SDL_strncmp.
Referenced by SDL_setenv().
int SDL_setenv | ( | const char * | name, |
const char * | value, | ||
int | overwrite | ||
) |
Definition at line 110 of file SDL_getenv.c.
References Android_JNI_GetManifestEnvironmentVariables(), i, NULL, SDL_free, SDL_getenv(), SDL_malloc, SDL_realloc, SDL_snprintf, SDL_strchr, SDL_strlen, and SDL_strncmp.
Referenced by SDL_getenv().
|
static |
Definition at line 108 of file SDL_getenv.c.