Hello
Compiler delivered on CW 5.9.0 implements the ISO/IEC 9899:1990 (also known as c90 ANSI C standard.
In this standard inline is not a valid keyword for ANSI C language. It is only recognized when you are programming in C++.
CrasyCat
Hello,
AirDragon wrote:But I was asking why just using the inline declarator wouldn't work? I keep getting "missing decl" errors.
Perhaps this is because "inline" is not a valid keyword or typedef.
Regards,
Mac
Hello
Compiler delivered on CW 5.9.0 implements the ISO/IEC 9899:1990 (also known as c90 ANSI C standard.
In this standard inline is not a valid keyword for ANSI C language. It is only recognized when you are programming in C++.
CrasyCat