GRASS Programmer's Manual  6.4.4(2014)-r
xdr.h
Go to the documentation of this file.
1 #include <stdio.h>
2 #include <grass/dbmi.h>
3 
4 extern int db__send(const void *, size_t);
5 extern int db__recv(void *, size_t);
int db__recv(void *, size_t)
Definition: xdr.c:88
int db__send(const void *, size_t)
Definition: xdr.c:77