[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]


longlong

Description:

Controls the availability of the long long type.

Compatibility:

This pragma is compatible with the following platform targets:

68K

PowerPC

NEC V800

Intel x86

MIPS

Embedded 68K

Prototype:
  #pragma longlong on | off | reset Remarks:

When the longlong pragma is on, the C or C++ compiler lets you define a 64-bit integer with the type specifier long long. This type is twice as large as a long int, which is a 32-bit integer. A variable of type long long can hold values from


  -9,223,372,036,854,775,808

to


  9,223,372,036,854,775,807.

An unsigned long long can hold values from 0 to 18,446,744,073,709,551,615.

This pragma does not correspond to an option in any settings panel. To check whether this option is on, use __option (longlong), described in "Checking Options."


[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]

Visit the Metrowerks website at: http://www.metrowerks.com
For assistance contact Metrowerks Technical Support at: cw_support@metrowerks.com
Copyright © 2000, Metrowerks Corp. All rights reserved.

Last updated: August 17, 2000