On Sat, Oct 15, 2016 at 06:18:48PM -0500, Wolfgang McSneed wrote: > No, there is no reason that can't be static. How do you recommend that I > define them? Just make them static const, so that a & b are effectively read-only global variables. That way, the function doesn't have to reinitialize them all the time. Joerg