Donn Cave <donn at u.washington.edu> writes: > Unpredictable? How do you manage to write functions in this case? > Are all your formal parameter lists like (*a), with logic to deal > with the variable lengths? I'm thinking of functions like printf, which take a variable number of args and don't assign them into variables by position.