Voids

An XDR void is a zero-byte quantity. Voids are used for describing operations that take no data as input or output.

Voids are also useful in unions, where some arms contain data and others do not.

The declaration for a void follows:

void;
Voids are illustrated as follows:

 ++
   | |
 ++
 --><-- 0 bytes