This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Is __inline ANSI C or just GCC?


On Tue, Aug 08, 2000 at 10:11:18AM -0500, rlau@csc.com wrote:
> 
> Does anyone know whether "__inline" is an ANSI C feature or it is just supported
> by GCC?

__inline and __inline__ are GCC specific.  The keyword 'inline' is not present
in C89, but was added to the C99 standard.  Note that GCC does not yet
completely adhere to the C99 standard.

> Any website that contain a list of ANSI C modifiers/keywords?

You can buy a dowloadable version of the ISO C standard (ISO/IEC 9899:1999) and
ISO C++ standard (ISO/IEC 14882:1998) for $18 each at the ANSI web store:

	http://webstore.ansi.org/

-- 
Michael Meissner, Red Hat, Inc.
PMB 198, 174 Littleton Road #3, Westford, Massachusetts 01886, USA
Work:	  meissner@redhat.com		phone: +1 978-486-9304
Non-work: meissner@spectacle-pond.org	fax:   +1 978-692-4482

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]