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]
Other format: [Raw text]

alternate keywords in C


http://gcc.gnu.org/onlinedocs/gcc-3.4.0/gcc/Alternate-Keywords.html#Alternate%20Keywords

explains alternates of "asm", "inline", and "typeof" as
__asm__, __inline__, and __typeof__.

Are the forms __asm, __inline, __typeof (and __volatile) also
accepted?  (I see uses of __asm, __type, __inline, and __volatile
in the Linux kernel source code.)

Thanks,
--
~Randy


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