Date: Tue, 18 Feb 1997 16:01:22 +0200 (IST) From: Eli Zaretskii To: Dim Zegebart cc: DJGPP Mail List Subject: Re: Syntax questions. In-Reply-To: <330A3CD8.42E6@post.comstar.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 18 Feb 1997, Dim Zegebart wrote: > What is difference between __inline__ and inline ? In GCC, no difference. __inline__ is safer, since ANSI standard rules that any reserved words not covered by the standard should be with underscores. > And where I can get description of such things ? In the GCC docs, of course. Check the chapters about C and C++ extensions.