#include <stdlib.h>
#include "xdr.h"
Go to the source code of this file.
Functions | |
int | db__send_short (int n) |
int | db__recv_short (short *n) |
int | db__send_short_array (const short *x, int n) |
int | db__recv_short_array (short **x, int *n) |
int db__recv_short | ( | short * | n | ) |
int db__recv_short_array | ( | short ** | x, | |
int * | n | |||
) |
Definition at line 50 of file xdrshort.c.
References db__recv(), db_calloc(), and db_protocol_error().
int db__send_short | ( | int | n | ) |
int db__send_short_array | ( | const short * | x, | |
int | n | |||
) |