projects
/
platform
/
upstream
/
libffi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17ffc36
)
document that there must be ntotalargs types
author
Tom Tromey
<tom@tromey.com>
Tue, 6 Oct 2015 17:42:43 +0000
(11:42 -0600)
committer
Tom Tromey
<tom@tromey.com>
Tue, 6 Oct 2015 17:42:43 +0000
(11:42 -0600)
doc/libffi.texi
patch
|
blob
|
history
diff --git
a/doc/libffi.texi
b/doc/libffi.texi
index
b9887a8
..
5606889
100644
(file)
--- a/
doc/libffi.texi
+++ b/
doc/libffi.texi
@@
-161,7
+161,7
@@
same as for @code{ffi_prep_cif} except that:
variadic arguments. It must be greater than zero.
@var{ntotalargs} the total number of arguments, including variadic
-and fixed arguments.
+and fixed arguments.
@var{argtypes} must have this many elements.
Note that, different cif's must be prepped for calls to the same
function when different numbers of arguments are passed.