signed
The signed
keyword indicates that the most significant bit of an integer variable
represents a sign bit rather than a data bit. This keyword is optional and can
be used with any of the character and integer types char, wchar_t,
long, short, and small.
When you use
the MIDL compiler switch char To avoid
confusion, explicitly specify the sign of the integer and character types.
See Also