#include "xdr.h"
Go to the source code of this file.
Functions | |
int | db__send_float (float d) |
int | db__recv_float (float *d) |
int | db__send_float_array (const float *x, int n) |
int | db__recv_float_array (float **x, int *n) |
int db__recv_float | ( | float * | d | ) |
int db__recv_float_array | ( | float ** | x, | |
int * | n | |||
) |
Definition at line 49 of file xdrfloat.c.
References db__recv(), db_calloc(), and db_protocol_error().
int db__send_float | ( | float | d | ) |
int db__send_float_array | ( | const float * | x, | |
int | n | |||
) |