-- Copyright (C) 1985, 1986 by Xerox Corporation. All rights reserved. -- VarArgs.mesa -- NFS 2-Aug-85 17:12:56 -- Procedures for C functions with a variable number of parameters. -- Implemented in assembly code. VarArgs: DEFINITIONS = { VaStart: PROCEDURE RETURNS [ap: LONG POINTER]; VaEnd: PROCEDURE [ap: LONG POINTER] RETURNS [LONG POINTER]; }.