Hello,

when applied to a function, the static specifier is not accepted by the lite-C compiler (while some other specifiers are).

It would be helpful if static functions could be compiled properly (even if they are not handeled as static).

For example, when generating a documentation with doxygen, static functions can be excluded from the documentation. This is not possible ATM.