GRASS Programmer's Manual
6.4.2(2012)
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
d_version.c
Go to the documentation of this file.
1
15
#include <grass/dbmi.h>
16
#include "
macros.h
"
17
24
int
db_d_version
(
void
)
25
{
26
/* no arg(s) */
27
28
/* send the return code */
29
DB_SEND_SUCCESS
();
30
31
/* send version */
32
DB_SEND_C_STRING
(DB_VERSION);
33
return
DB_OK;
34
}
lib
db
dbmi_driver
d_version.c
Generated on Wed Jun 6 2012 14:04:20 for GRASS Programmer's Manual by
1.8.1