Mail Archives: djgpp-workers/2001/06/05/01:48:53
On Mon, 4 Jun 2001, Tim Van Holder wrote:
> BTW, are the prototypes in the right place in stdlib.h (i.e. between
> !STRICT_ANSI and POSIX_SOURCE)?
Yes, that's the right place for stuff which isn't ANSI, but is Posix.
The diffs look good to me, except for one very small issue (sorry it
escaped me before):
> +For a description of the radix-64 representation, @ref{l64a}.
Please add "see" before @ref. What you wrote will look wrong in the
printed manual:
For a description of the radix-64 representation, section `l64a',
page 1234.
That is why @ref always needs something like "see", or "refer to", or
"as described in", etc., before it.
- Raw text -