On Dec 26, 2011, at 4:31 PM, Jerry Krinock wrote:
> If you declare a C function as inline, and this function invokes other
> functions, does this function appear to invoke itself in the call stack of a
> crash report?
>
> See lines 5-8, in this call stack. 'MyFunction' is declared 'inline' and
If you declare a C function as inline, and this function invokes other
functions, does this function appear to invoke itself in the call stack of a
crash report?
See lines 5-8, in this call stack. 'MyFunction' is declared 'inline' and does
not call itself.
Application Specific Information:
**