C++ &-Referencing
06-Mar-90 21:56:40
Sb: #24385-C++ &-Referencing
Fm: Greg Comeau@Comeau Cmptg 72331,3421
To: Bob Goldrich 73427,2414
A variadic function is one like printf, where the number and types of
argument are not know till execution time of the program.. they're function
declared with ellipsis notations 'type func(type arg1 etc, …);'