GRASS GIS 8 Programmer's Manual 8.4.1(2025)-45ca3179ab
|
GIS Library - XDR related functions. More...
Go to the source code of this file.
Functions | |
void | G_xdr_get_int (int *dst, const void *src) |
void | G_xdr_put_int (void *dst, const int *src) |
void | G_xdr_get_float (float *dst, const void *src) |
void | G_xdr_put_float (void *dst, const float *src) |
void | G_xdr_get_double (double *dst, const void *src) |
void | G_xdr_put_double (void *dst, const double *src) |
GIS Library - XDR related functions.
(C) 2012-2014 by the GRASS Development Team
This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
Definition in file xdr.c.