Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <_ansi.h>

__STDC__

__STDC__ 1

Description

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.

[Top]


_STRICT_ANSI

_STRICT_ANSI

Description

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).

[Top]


_ATTRIBUTE

_ATTRIBUTE (attrs)

Description

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

Parameters

attrs