C Language and Libraries Help (clang.hlp) (Table of Contents; Topic list)
Modifiers
                                             Up Contents Index Back
─────C/C++ Language─────────────────────────────────────────────────────────
 
   The following are modifiers in Microsoft C. Modifier names with two
   leading underscores are Microsoft extensions:
 
 __asm    __export    __huge       __near      __segname  __stdcall
   auto     extern    __inline     __pascal    __self     __syscall
 __based  __far       __interrupt    register    short      unsigned
 __cdecl  __fastcall  __loadds     __saveregs    signed     volatile
   const  __fortran     long       __segment     static
 
   C++ adds the following modifiers:
 
   friend     inline     private     protected     public     virtual
                                    -♦-