cdecl
- Posted by Elliott Sales de Andrade <quantum_analyst at hotmail.com> Mar 05, 2003
- 423 views
Now that we have support for calling "__cdecl" functions, will there be an easy way to call functions with multiple arguments? Do we need to define it for each call with a different number of arguments? It would be nice to have this functionality. The only problem I could see would be whether to pass a 32-bit float or a 64-bit double.