|
VMS Help CXX, Qualifiers, /UNSIGNED_CHAR *Conan The Librarian |
/UNSIGNED_CHAR
/UNSIGNED_CHAR
/NOUNSIGNED_CHAR (D)
The /UNSIGNED_CHAR qualifier changes the default for all
char types from signed to unsigned. The /NOUNSIGNED_CHAR
qualifier causes all plain char declarations to have the same
representation and set of values as signed char declarations.
|
|