Mail Archives: djgpp-workers/1999/02/02/09:39:08
On Mon, 1 Feb 1999, Martin Str|mberg wrote:
> How about offset_t then? Does that one also need an "_"?
Typedefs aren't global objects, so the namespace pollution is much
less in this case. And we already seem to use quite a few of
non-standard typedefs in standard functions (e.g. ffblk in
open/readdir).
However, the ANSI standard language seems to imply that the library
implementation should not use any typedefs except those reserved by the
standard, so I'm not sure.
- Raw text -