SPRAAK
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Functions
API_LowLvl::lib::legacy
+ Collaboration diagram for API_LowLvl::lib::legacy:

Functions

void spr_env_old (void)
 
int spr_env_set (const char *name, const char *value)
 
int spr_env_unset (const char *name)
 

Detailed Description

Function Documentation

void spr_env_old ( void  )

Restore the environment table by switching back to the original (at startup time) environment table.

int spr_env_set ( const char *  name,
const char *  value 
)

Add / modify a variable in the environment table.

Returns
0 on success and -1 on failure (out of memory).
int spr_env_unset ( const char *  name)

Clear a variable from the environment table.

Returns
0 on success and -1 on failure (out of memory).