Symbian
Symbian OS Library

SYMBIAN OS V9.3

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



Location: e32def.h

I64DIVMOD

I64DIVMOD (x, divisor, remainder) ( ((remainder) = (x) % (divisor), (x) /= (divisor)) )

Description

Generates code to divide a 64 bit integer by another and find the remainder.

Parameters

x

divisor

remainder