Next: Dynamic self-modification
Up: Conventions and style
Previous: ``Quick'', ``slow'' and ``in-place''
  Contents
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.
Philip McLauchlan
2005-05-22