SYMBIAN OS V9.1
FEEDBACK
» Symbian OS v9.1 » Symbian OS reference » C++ component reference » Base E32 » I64DIVMOD
Location: e32def.h
e32def.h
I64DIVMOD
I64DIVMOD (x, divisor, remainder) ( ((remainder) = (x) % (divisor), (x) /= (divisor)) )
Generates code to divide a 64 bit integer by another and find the remainder.
x
divisor
remainder
Copyright ©2006 Symbian Software Ltd.