next up previous contents
Next: Dynamic self-modification Up: Conventions and style Previous: ``Quick'', ``slow'' and ``in-place''   Contents

Variable argument list functions

Variable argument lists have been avoided where possible, because of the lack of argument type and number checking. All functions with a variable argument list have a ..._va suffix.



2006-03-17