Defines | Functions

driver.c File Reference

DBMI Library (driver) - drivers. More...

#include <sys/types.h>
#include <sys/stat.h>
#include <stdlib.h>
#include <stdio.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.

Defines

#define DB_DRIVER_C

Functions

char * getenv ()
int db_driver (int argc, char *argv[])
 Get driver (?).

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.


Define Documentation

#define DB_DRIVER_C

Definition at line 25 of file driver.c.


Function Documentation

int db_driver ( int  argc,
char *  argv[] 
)
char* getenv (  ) 

Referenced by db_driver(), and db_whoami().