_ansi.h File Reference

__STDC__

Epoc32 STDLIB is an ANSI environment and expects an ANSI C compiler MSVC is however an environment which doesn't define __STDC__, so we fix it up in here...

_STRICT_ANSI

_ATTRIBUTE

From GCC 2.5 onwards it is possible to tell the compiler that functions don't return, which would stop some warnings while building STDLIB