Is there a possibility do declare Functions as "inline" functions in KeilC ?
yes, for example:
_inline void foo(void) { ... }