Next: , Previous: , Up: Type Conversions   [Contents][Index]


24.3 Argument Promotions

When a function’s definition or declaration does not specify the type of an argument, that argument is passed without conversion in whatever type it has, with these exceptions:


Footnotes

(8)

On an embedded controller where char or short is the same width as int, unsigned char or unsigned short promotes to unsigned int, but that never occurs in GNU C on real computers.