setenv (envar, value)
The name of the environment variable to set.
The string value for this environment variable.
This function sets an environment variable for the current process. Both arguments are strings. The value of an environment variable can be acquired using the function getenv.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.