Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: e32const.h

__Align

__Align (s) ((((s)+__Size-1)/__Size)*__Size)

Description

Aligns the specified value on the boundary defined by __Size. This is usually 4 for byte alignment or 2 for double-byte alignment.

Parameters

s

The value to be aligned.