
![]() |
![]() |
|
__STDC__ 1
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...
_ATTRIBUTE (attrs)
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
|