GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-7413740dd8
xdrchar.c File Reference

DBMI Library (base) - external data representation (char) More...

#include "xdr.h"
Include dependency graph for xdrchar.c:

Go to the source code of this file.

Functions

int db__send_char (int d)
 ? More...
 
int db__recv_char (char *d)
 ? More...
 

Detailed Description

DBMI Library (base) - external data representation (char)

(C) 1999-2009, 2011 by the GRASS Development Team

This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.

Author
Joel Jones (CERL/UIUC), Radim Blazek, Brad Douglas, Markus Neteler
Doxygenized by Martin Landa <landa.martin gmail.com> (2011)

Definition in file xdrchar.c.

Function Documentation

◆ db__recv_char()

int db__recv_char ( char *  d)

?

Parameters
d
Returns

Definition at line 45 of file xdrchar.c.

◆ db__send_char()

int db__send_char ( int  d)

?

Parameters
d
Returns

Definition at line 24 of file xdrchar.c.