This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Using __attribute__( ( always_inline ) )

If I use "__attribute__( ( always_inline ) )" before a functions which is defined in one file & call that function from another file. is it right???