diff options
-rw-r--r-- | Doc/lib/libstruct.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/lib/libstruct.tex b/Doc/lib/libstruct.tex index 453fa20..101762d 100644 --- a/Doc/lib/libstruct.tex +++ b/Doc/lib/libstruct.tex @@ -169,5 +169,6 @@ This only works when native size and alignment are in effect; standard size and alignment does not enforce any alignment. \begin{seealso} -\seemodule{array}{packed binary storage of homogeneous data} + \seemodule{array}{packed binary storage of homogeneous data} + \seemodule{xdrlib}{packing and unpacking of XDR data} \end{seealso} |