响水凹

欢迎来到 Guang-Wen Duan (Dennis Duan) 的个人 Wiki

用户工具

站点工具


computer:c:tips:function_argument_conversions

函数参数转换(Function argument conversions)

对于没有原型(prototype)控制的函数参数,在传递给函数前要进行转换,转换规则同一元转换规则。唯一例外是float类型,即使在标准C下,也要提升为double。

如果存在原型(prototype),则上述转换不是必须的。

computer/c/tips/function_argument_conversions.txt · 最后更改: 2014/11/01 02:02 由 127.0.0.1