alien-invoke gets an extra parameter indicating if the call uses varargs
or not. In 99.9% of the cases, the parameter should be f, but is t if
varargs are indicated. E.g
: do-printf ( fmt d -- st ) int f "printf" { c-string double } t alien-invoke ;
|
||
|---|---|---|
| .. | ||
| cxx | ||
| data/map | ||
| fortran | ||
| handles | ||