COHERENT manpages

This page displays the COHERENT manpage for type promotion [Definition].

List of available manpages
Index


type promotion -- Definition

In  arithmetic expressions,  COHERENT promotes one  signed type  to another
signed type  by sign extension,  and promotes one unsigned  type to another
unsigned type by  zero padding.  For example, char promotes  to int by sign
extension, whereas unsigned char promotes to unsigned int by zero padding.

See Also

data formats,
Programming COHERENT