Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 849 Bytes

varargs.md

File metadata and controls

21 lines (20 loc) · 849 Bytes
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic dev_langs ms.assetid caps.latest.revision author ms.author manager
Varargs | Microsoft Docs
11/04/2016
cpp-tools
article
C++
aac0c54b-0a2d-4a22-b1de-ee41381a3eb1
8
corob-msft
corob
ghogen

Varargs

If parameters are passed via varargs (for example, ellipsis arguments), then essentially the normal parameter passing applies including spilling the fifth and subsequent arguments. It is again the callee's responsibility to dump arguments that have their address taken. For floating-point values only, both the integer and the floating-point register will contain the float value in case the callee expects the value in the integer registers.

See Also

Calling Convention