Declarations

XDR includes four types of declarations: simple declarations, fixed-length array declarations, variable-length array declarations, and pointer declarations.

These declarations have the following forms:

declaration:
      simple-declaration
      fixed-array-declaration
      variable-array-declaration
      pointer-declaration