Variadics:
function f(n,...)
function f(...) 'extremist!
The params are read as a predefined sys array param, which you can overlay, or pointer or cast to get the required type. But beware 64bit issues!
The calling convention is automatically cdecl.
param[1], param[2] ...
optional params are also available
function f( sys n, optional sys a,b,c)