GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
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)
int db__send(const void *, size_t)
?