GME  13
Functions | Variables
Functions for manipulating the environment

Functions

 APR_DECLARE (apr_status_t) apr_env_get(char **value

Variables

const char * envvar
const char apr_pool_tpool
const char * value

Function Documentation

Get the value of an environment variable

Parameters:
valuethe returned value, allocated from pool
envvarthe name of the environment variable
poolwhere to allocate value and any temporary storage from

Set the value of an environment variable

Parameters:
envvarthe name of the environment variable
valuethe value to set
poolwhere to allocate temporary storage from

Delete a variable from the environment

Parameters:
envvarthe name of the environment variable
poolwhere to allocate temporary storage from

Variable Documentation

const char* envvar

Definition at line 42 of file apr_env.h.

Definition at line 42 of file apr_env.h.

Definition at line 51 of file apr_env.h.