sl@0: /** @file ../include/_ansi.h sl@0: @internalComponent sl@0: */ sl@0: sl@0: /** @def __STDC__ sl@0: sl@0: Declares ANSI C environment flag. 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. sl@0: sl@0: @publishedAll sl@0: @released sl@0: */ sl@0: sl@0: /** @def _ATTRIBUTE(attrs) sl@0: sl@0: From GCC 2.5 onwards it is possible to tell the compiler that functions dont return, which would stop some warnings while building STDLIB sl@0: sl@0: @publishedAll sl@0: @released sl@0: */ sl@0: sl@0: /** @def _STRICT_ANSI sl@0: sl@0: To get a strict ANSI C environment, define the macro _STRICT_ANSI. This will comment out the non-ANSI parts of the ANSI header files (non-ANSI header files arent affected). sl@0: sl@0: @publishedAll sl@0: @released sl@0: */ sl@0: sl@0: sl@0: