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 ;
|
||
|---|---|---|
| .. | ||
| cfg | ||
| codegen | ||
| constants | ||
| crossref | ||
| errors | ||
| test | ||
| tests | ||
| threads | ||
| tree | ||
| utilities | ||
| authors.txt | ||
| compiler-docs.factor | ||
| compiler.factor | ||
| summary.txt | ||
| tags.txt | ||