$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2006-08-04 04:53:35
Johan Råde wrote:
> This can be templatized, and will handle such things as 80-bit long
> double.
Maybe, don't forget the padding bytes that are often injected into such
types (only an issue if the endianness put's the sign bit at the end of the
10-byte sequence rather than the beginning).
John.