IAR Embedded Workbench for RX 5.20IAR C/C++ DevelopmentThe stack usage control fileStack usage control directivesexclude directiveexclude directiveIn this section: Syntaxexclude func-spec [, func-spec... ];ParametersSee the information on syntactic components:func-specDescriptionExcludes the specified functions, and call trees originating with them, from stack usage calculations.Exampleexclude _MyFunc5, _MyFunc6;