GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-112dd97adf
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)
?