GRASS 8 Programmer's Manual 8.6.0dev(2026)-1d1e47ad9d
Loading...
Searching...
No Matches
xdr.h
Go to the documentation of this file.
1#include <stdio.h>
2#include <grass/dbmi.h>
3
4extern int db__send(const void *, size_t);
5extern int db__recv(void *, size_t);
Main header of GRASS DataBase Management Interface.
int db__recv(void *, size_t)
int db__send(const void *, size_t)
?