SYMBIAN OS V9.3
» Symbian OS v9.3 » Symbian OS reference » C++ component reference » Base E32_EKA2 » 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 ©2008 Symbian Software Ltd.