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

Description:
Controls the size and format of the wchar_t type.
Compatibility:
This pragma is compatible with the following platform targets:
Prototype:
#pragma wchar_type on | off | reset
Remarks:
If the pragma wchar_type is on, wchar_t is treated as a built-in type, implemented as an unsigned 16-bit integral type. If the pragma is off, wchar_t and characters in string literals are treated as unsigned short.
This pragma corresponds to the Enable wchar_t Support option in the C/C++ Language settings panel. To check this option, use __option (wchar_type), 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