"Austin, Alex" <Alex.Austin@xxxxxxxxxxxxxxx> writes: > Is there any way to write code to generate a variable argument list > and call a variable function? There is no portable way to do this. You may be able to use the FFI library. It's distributed with gcc, in the libffi directory. Ian