GRASS GIS 8 Programmer's Manual
8.2.2dev(2023)-3d2c704037
|
DBMI Library (driver) - drivers. More...
#include <sys/types.h>
#include <sys/stat.h>
#include <stdlib.h>
#include <stdio.h>
#include <fcntl.h>
#include <grass/gis.h>
#include <grass/dbmi.h>
#include "procs.h"
#include "dbstubs.h"
Go to the source code of this file.
Macros | |
#define | DB_DRIVER_C |
Functions | |
char * | getenv () |
int | db_driver (int argc, char *argv[]) |
Get driver (?) More... | |
DBMI Library (driver) - drivers.
(C) 1999-2008 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 db/dbmi_driver/driver.c.
#define DB_DRIVER_C |
Definition at line 26 of file db/dbmi_driver/driver.c.
int db_driver | ( | int | argc, |
char * | argv[] | ||
) |
Get driver (?)
argc,argv | arguments |
Definition at line 39 of file db/dbmi_driver/driver.c.
char* getenv | ( | ) |
Referenced by ami_single_temp_name(), Cairo_Graph_set(), D_close_driver(), db_driver(), db_whoami(), G__read_gisrc_path(), G_check_overwrite(), G_config_path(), G_file_name_tmp(), G_get_basename_separator(), G_getenv_nofatal(), G_getenv_nofatal2(), G_open_pager(), G_srand48_auto(), G_verbose(), LIB_init(), main(), parse_fontcap(), PNG_Graph_set(), PS_Graph_set(), Rast__error_handler(), set_proj_share(), V1_close_nat(), Vect_close(), Vect_open_new(), and Vect_snap_lines_list().