Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <_ANSI.H>

__STDC__

__STDC__ 1

Description

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

[Top]


_ATTRIBUTE

_ATTRIBUTE (attrs)

Description

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

Parameters

attrs