|
VMS Help CC, Messages, CHAROVERFL *Conan The Librarian |
Message A character constant value requires more than
sizeof(int) bytes of storage.
Description A character constant is too long to fit in an int.
The compiler will ignore the extra characters.
User Action Remove the extra characters from the character
constant.
|
|