|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-1d1e47ad9d
|
#include <stdio.h>#include <stdlib.h>#include <sys/types.h>#include <unistd.h>#include "raster3d_intern.h"
Go to the source code of this file.
Functions | |
| int | Rast3d_write_ints (int fd, int useXdr, const int *i, int nofNum) |
| int | Rast3d_read_ints (int fd, int useXdr, int *i, int nofNum) |
Definition at line 52 of file intio.c.
References G_xdr_get_int(), Rast3d_error(), Rast3d_fatal_error(), RASTER3D_NO_XDR, RASTER3D_XDR_INT_LENGTH, and read.
Referenced by Rast3d_open_cell_old().
Definition at line 9 of file intio.c.
References G_xdr_put_int(), Rast3d_error(), Rast3d_fatal_error(), RASTER3D_NO_XDR, RASTER3D_XDR_INT_LENGTH, and write.
Referenced by Rast3d_open_cell_new().