GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-b656141cbc
db/dbmi_driver/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 db/dbmi_driver/driver.c:

Go to the source code of this file.

Macros

#define DB_DRIVER_C
 

Functions

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 db/dbmi_driver/driver.c.

Macro Definition Documentation

◆ DB_DRIVER_C

#define DB_DRIVER_C

Definition at line 26 of file db/dbmi_driver/driver.c.

Function Documentation

◆ db_driver()

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

Get driver (?)

Parameters
argc,argvarguments
Returns
0 on success
1 on failure

Definition at line 37 of file db/dbmi_driver/driver.c.

References procnum.