GRASS GIS 8 Programmer's Manual 8.3.2(2024)-exported
|
GIS library - environment routines. More...
#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) |
Sets the UNIX environment variable name to value. | |
Variables | |
char ** | environ |
GIS library - environment routines.
(C) 2001-2009, 2011 by the GRASS Development Team
This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
Definition in file putenv.c.
void G_putenv | ( | const char * | name, |
const char * | value | ||
) |
|
extern |
Referenced by G_putenv().