--long_long

This option permits use of the long long data type in strict mode.

Show/hideExample

To successfully compile the following code in strict mode, you must use --strict --long_long.

long long f(long long x, long long y)
{
     return x*y;
}

Show/hideSee also

Copyright © 2007-2008, 2011 ARM. All rights reserved.ARM DUI 0376C
Non-ConfidentialID061811