GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
long.c File Reference
#include "raster3d_intern.h"
Include dependency graph for long.c:

Go to the source code of this file.

Functions

int Rast3d_long_encode (long *source, unsigned char *dst, int nofNums)
 
void Rast3d_long_decode (unsigned char *source, long *dst, int nofNums, int longNbytes)
 

Function Documentation

◆ Rast3d_long_decode()

void Rast3d_long_decode ( unsigned char *  source,
long *  dst,
int  nofNums,
int  longNbytes 
)

Definition at line 36 of file long.c.

References dest.

◆ Rast3d_long_encode()

int Rast3d_long_encode ( long *  source,
unsigned char *  dst,
int  nofNums 
)

Definition at line 5 of file long.c.