GRASS Programmer's Manual
6.4.3(2013)-r
|
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <unistd.h>
#include <rpc/types.h>
#include <rpc/xdr.h>
#include "G3d_intern.h"
Go to the source code of this file.
Functions | |
int | G3d_writeInts (int fd, int useXdr, const int *i, int nofNum) |
int | G3d_readInts (int fd, int useXdr, int *i, int nofNum) |
int G3d_readInts | ( | int | fd, |
int | useXdr, | ||
int * | i, | ||
int | nofNum | ||
) |
Definition at line 68 of file g3dintio.c.
References G3d_error(), G3d_fatalError(), G3D_NO_XDR, G3D_XDR_INT_LENGTH, and xdrDecodeStream.
Referenced by G3d_openCellOld().
int G3d_writeInts | ( | int | fd, |
int | useXdr, | ||
const int * | i, | ||
int | nofNum | ||
) |
Definition at line 11 of file g3dintio.c.
References G3d_error(), G3d_fatalError(), G3D_NO_XDR, G3D_XDR_INT_LENGTH, and xdrEncodeStream.
Referenced by G3d_openCellNew().