SyntaxFix
Write A Post
Hire A Developer
Questions
In C, static means the function or variable you define can be only used in this file(i.e. the compile unit)
static
So, static inline means the inline function which can be used in this file only.
static inline
EDIT:
The compile unit should be The Translation Unit