GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
driver.c File Reference

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"
Include dependency graph for driver.c:

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...
 

Detailed Description

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.

Author
Joel Jones (CERL/UIUC), Radim Blazek
Modified by Glynn Clements <glynn gclements.plus.com>, Markus Neteler <neteler itc.it>, Huidae Cho <grass4u gmail.com>

Definition in file driver.c.

Macro Definition Documentation

#define DB_DRIVER_C

Definition at line 26 of file driver.c.

Function Documentation