C Language and Libraries Help (clang.hlp) (Table of Contents; Topic list)
#pragma directive
 Example                                   Up Contents Index Back
─────C/C++ Language─────────────────────────────────────────────────────────
 
  Directive:  #pragma
 
  Syntax:     #pragma directive
 
  Summary:    Instructs the compiler to implement the compiler-specific
              feature specified by the <directive> argument. The
              Microsoft C/C++ compiler recognizes the following pragmas:
 
              alloc_text        inline_depth         pack
              auto_inline       inline_recursion     page
              check_pointer     init_seg             pagesize
              check_stack       intrinsic            skip
              code_seg          linesize             subtitle
              comment           loop_opt             title
              data_seg          message              warning
              function          native_caller
              hdrstop           optimize
                                    -♦-