zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SDL_getenv.c File Reference
#include "SDL_config.h"
#include "SDL_stdinc.h"

Go to the source code of this file.

Functions

char * SDL_getenv (const char *name)
 
int SDL_setenv (const char *name, const char *value, int overwrite)
 

Variables

static char ** SDL_env = (char **) 0
 

Function Documentation

int SDL_setenv ( const char *  name,
const char *  value,
int  overwrite 
)

Variable Documentation

char** SDL_env = (char **) 0
static

Definition at line 83 of file SDL_getenv.c.