diff --git a/src/types/function-pointer.md b/src/types/function-pointer.md index 21a398265..9fcbe344b 100644 --- a/src/types/function-pointer.md +++ b/src/types/function-pointer.md @@ -39,14 +39,7 @@ function], and the `extern` qualifier indicates it is an [extern function]. r[type.fn-pointer.constraint-variadic] Variadic parameters can only be specified with [`extern`] function types with -these calling conventions: -* `C` -* `cdecl` -* `system` -* `aapcs` -* `sysv64` -* `win64` -* `efiapi` +the `"C"` or `"cdecl"` calling convention. An example where `Binop` is defined as a function pointer type: