alternate keywords in C

Randy.Dunlap rddunlap@osdl.org
Mon Jun 14 21:24:00 GMT 2004


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



More information about the Gcc mailing list