GRASS Programmer's Manual
6.5.svn(2014)-r66266
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
}
DB_SEND_C_STRING
#define DB_SEND_C_STRING(x)
Definition:
macros.h:16
macros.h
db_d_version
int db_d_version(void)
Get version info.
Definition:
d_version.c:24
DB_SEND_SUCCESS
#define DB_SEND_SUCCESS()
Definition:
macros.h:7
lib
db
dbmi_driver
d_version.c
Generated on Sat Jan 2 2016 01:46:47 for GRASS Programmer's Manual by
1.8.5