Skip to content

Commit 8a0b8a4

Browse files
authored
Merge pull request #1687 from Soveu/patch-1
Update function-pointer.md for stabilization of `extended_varargs_abi_support`
2 parents c2874f2 + 3ffbacd commit 8a0b8a4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/types/function-pointer.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,14 @@ function], and the `extern` qualifier indicates it is an [extern function].
3939

4040
r[type.fn-pointer.constraint-variadic]
4141
Variadic parameters can only be specified with [`extern`] function types with
42-
the `"C"` or `"cdecl"` calling convention.
42+
these calling conventions:
43+
* `C`
44+
* `cdecl`
45+
* `system`
46+
* `aapcs`
47+
* `sysv64`
48+
* `win64`
49+
* `efiapi`
4350

4451
An example where `Binop` is defined as a function pointer type:
4552

0 commit comments

Comments
 (0)