GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
putenv.c File Reference
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <grass/config.h>
#include <grass/gis.h>
Include dependency graph for putenv.c:

Go to the source code of this file.

Functions

void G_putenv (const char *name, const char *value)
 

Variables

char ** environ
 

Function Documentation

void G_putenv ( const char *  name,
const char *  value 
)

Definition at line 18 of file putenv.c.

References buf, main::env, environ, first, G_free(), G_store(), NULL, and sprintf().

Referenced by db_start_driver().

Variable Documentation

char** environ

Referenced by G_putenv().