Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <stddef.h>

offsetof

Interface status: externallyDefinedApi

offsetof (type, member) __offsetof(type, member)

Description

It returns the number of bytes that the field fieldname is offset from the beginning of the the structure structname.

Parameters

type

member

[Top]


Typedef ptrdiff_t

Interface status: externallyDefinedApi

typedef __ptrdiff_t ptrdiff_t;

Description

special type for pointer arithmetic