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 210 of file SDL_getenv.c.
References i, NULL, SDL_strlen, and SDL_strncmp.
Referenced by SDL_setenv().
int SDL_setenv | ( | const char * | name, |
const char * | value, | ||
int | overwrite | ||
) |
Definition at line 106 of file SDL_getenv.c.
References i, NULL, SDL_free(), SDL_getenv(), SDL_malloc, SDL_realloc, SDL_snprintf, SDL_strchr, SDL_strlen, and SDL_strncmp.
|
static |
Definition at line 104 of file SDL_getenv.c.