#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <grass/config.h>
#include <grass/gis.h>
Go to the source code of this file.
Functions | |
void | G_putenv (const char *name, const char *value) |
Variables | |
char ** | environ |
void G_putenv | ( | const char * | name, | |
const char * | value | |||
) |
Definition at line 16 of file putenv.c.
References environ, G_free(), G_malloc(), G_realloc(), G_store(), and NULL.
char** environ |
Referenced by G_putenv().