GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
#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 | ||
) |