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

Description:
Controls whether or not declarations of type char are treated as unsigned char.
Compatibility:
This pragma is compatible with the following platform targets:
Prototype:
#pragma unsigned_char on | off | reset
Remarks:
When the unsigned_char pragma is on, the C/C++ compiler treats a char declaration as if it were an unsigned char declaration.
NOTE
If you turn this pragma on, your code may not be compatible with libraries that were compiled with it turned off. In particular, your code may not work with the ANSI libraries included with CodeWarrior.
This pragma corresponds to the Use unsigned chars option in the C/C++ Language Panel. To check whether this option is on, use __option (unsigned_char), described in "Checking Options." By default, this option is off.
[ 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