Цитата
static inline - это уже плюсы. inline подставляемый статический метод класса.
Цитата
В GCC, к которому относится упомянутый выше WinAVR, имется расширение для С в виде inline, т.ч. это слово там валидно и в С режиме.
Если быть точным
inline описан в стандарте
С99, вмеcте с другими заимствованиями из плюсов.
C99 introduced several new features, many of which had already been implemented as extensions in several compilers:
-Inline functions
-Variables can be declared anywhere (as in C++), rather than only after another declaration or the start of a compound statement
-Several new data types, including long long int, optional extended integer types, an explicit boolean data type, and a complex type to represent complex numbers
-Variable-length arrays
-Support for one-line comments beginning with //, as in BCPL or C++