GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
intio.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <unistd.h>
#include "raster3d_intern.h"
Include dependency graph for intio.c:

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)
 

Function Documentation

◆ Rast3d_read_ints()

int Rast3d_read_ints ( int  fd,
int  useXdr,
int *  i,
int  nofNum 
)

Definition at line 51 of file intio.c.

◆ Rast3d_write_ints()

int Rast3d_write_ints ( int  fd,
int  useXdr,
const int *  i,
int  nofNum 
)

Definition at line 9 of file intio.c.