GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-847944e18e
|
#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) |
int Rast3d_read_ints | ( | int | fd, |
int | useXdr, | ||
int * | i, | ||
int | nofNum | ||
) |