summaryrefslogtreecommitdiff
path: root/man/ffi_prep_cif.3
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2011-11-12 17:18:51 -0500
committerAnthony Green <green@moxielogic.com>2011-11-12 17:18:51 -0500
commitff9454da44859716a5bd4eaa344499288c79694f (patch)
treed5ad99ea8bc87ff986f91db1401383d89aa49cc8 /man/ffi_prep_cif.3
parentea14ae85e8f54ff046b7fb8a9cfe349475272044 (diff)
downloadlibffi-ff9454da44859716a5bd4eaa344499288c79694f.tar.gz
Add David Gilbert's variadic function call support
Diffstat (limited to 'man/ffi_prep_cif.3')
-rw-r--r--man/ffi_prep_cif.38
1 files changed, 6 insertions, 2 deletions
diff --git a/man/ffi_prep_cif.3 b/man/ffi_prep_cif.3
index 9436b31..e1bdbd7 100644
--- a/man/ffi_prep_cif.3
+++ b/man/ffi_prep_cif.3
@@ -37,7 +37,9 @@ structs that describe the data type, size and alignment of each argument.
points to an
.Nm ffi_type
that describes the data type, size and alignment of the
-return value.
+return value. Note that to call a variadic function
+.Nm ffi_prep_cif_var
+must be used instead.
.Sh RETURN VALUES
Upon successful completion,
.Nm ffi_prep_cif
@@ -63,4 +65,6 @@ defined in
.
.Sh SEE ALSO
.Xr ffi 3 ,
-.Xr ffi_call 3
+.Xr ffi_call 3 ,
+.Xr ffi_prep_cif_var 3
+