Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <STDDEF.H>

offsetof

offsetof (TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)

Description

Offset of member MEMBER in a struct of type TYPE.

Parameters

TYPE

MEMBER

[Top]


Typedef wchar_t

typedef unsigned short int wchar_t;

Description

There seems to be a lot of nonsense about _need_wchar_t etc., but for STDLIB we have cut the Gordian knot and done the simple thing.

[Top]


Typedef ptrdiff_t

typedef long ptrdiff_t;

Description

[Top]


Typedef size_t

typedef unsigned int size_t;

Description