|
SDL
2.0
|
Include dependency graph for SDL_getenv.c: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, NULL, SDL_env, 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 i, NULL, SDL_env, SDL_free, SDL_getenv(), SDL_malloc, SDL_realloc, SDL_snprintf, SDL_strchr, SDL_strlen, and SDL_strncmp.
|
static |
Definition at line 108 of file SDL_getenv.c.
Referenced by SDL_getenv(), and SDL_setenv().