RE: cdecl
- Posted by Andy Serpa <ac at onehorseshy.com> Mar 05, 2003
- 434 views
Elliott Sales de Andrade wrote: > > 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. > I suppose you could define the same function more than once with different arguments and then call the appropriate one?