[sdk] Inline?

The short answer is, don't worry about it :)

You can use the various 'INLINE' version to force the compiler to inline the code or you can use the standard function call and rely on the compiler to generate inline code automatically.
 
Back
Top Bottom