#include "xlisp.h" LVAL baz() { FIXTYPE x, y; x = getfixnum(xlgafixnum()); y = getfixnum(xlgafixnum()); xllastarg(); return cvfixnum(x + y); }