> Your example is invalid. FuncC was declared with various arguments > of type double, but you are passing integers to it. Eh? I just looked at the C standard, and as far as I can tell it says that as long as you declare the function with a protoype (as in the example) the arguments will be automatically converted. Bernd