In Lite-C the static modifier only has effect on local variables.

Static global variables compile, but act like non-static global variables. Static functions don't compile at all.