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

Description:
Ignored, but included for compatibility with Microsoft compilers.
Compatibility:
This pragma is compatible with the following platform targets:
Prototype:
#pragma data_seg(name)
Remarks:
Ignored. Included for compatibility with Microsoft. It designates the segment into which initialized data is placed. The name is a string specifying the name of the data segment. For example, the pragma
data_seg(".data")
places all subsequent data into a segment named .data.
[ 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