Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals

environment.h File Reference

Defines a structure for environment variables. More...

Go to the source code of this file.

Defines

Functions


Detailed Description

Defines a structure for environment variables.


Function Documentation

void environment_array_add Array array,
const char *  attr,
const char *  value
 

Adds a new entry to an array of environment variables.

Parameters:
array An array.
attr Variable name.
value Value.

void environment_array_assign Array env  ) 
 

Assigns environment variables as specified in an array of environment entries.

Parameters:
env Array of EnvironmentEntry.

EnvironmentEntry* environment_create const char *  name,
const char *  value
 

Creates an environment entry.

Parameters:
name Name of the environment variable.
value Value

int environment_init EnvironmentEntry env,
const char *  name,
const char *  value
 

Initializes an environment entry.

Parameters:
env An environment entry.
name Name of the environment variable.
value Value


Generated on Fri Jan 20 10:12:18 2006 by  doxygen 1.4.2