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

Description:
Controls the size of the int data type.
Compatibility:
This pragma is compatible with the following platform targets:
Prototype:
#pragma fourbyteints on | off | reset
Remarks:
When this option is on, the size of an int is 4 bytes. When this option is off, the size of an int is 2 bytes.
This pragma corresponds to the 4-Byte Ints option in the 68K Processor settings panel. To check whether this option is on, use __option (fourbyteints), described in "Checking Options."
NOTE
Whenever possible, set this option from the settings panel and not from a pragma. If you must set it from a pragma, place the pragma at the beginning of your program, before you include any files or declare any functions or variables.
[ 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