Date: Tue, 2 Feb 1999 11:15:28 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Martin Str|mberg cc: DJGPP-WORKERS Subject: Re: llseek() name? In-Reply-To: <199902012237.XAA02309@father.ludd.luth.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com 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.