P99

◆ p99_inline

#define p99_inline   static inline

Try to force a function always to be inlined.

Since there is no default language construct to ensure this, this will always only be an approximation depending on the compiler.

The functions that are defined by P99 itself are declared/defined with this.

Definition at line 496 of file p99_compiler.h.