$SAVE NOLIST rq$c$format$exception: PROCEDURE( buff$ptr, buff$max, exception$code, brevity, except$ptr ) EXTERNAL; DECLARE buff$ptr POINTER, buff$max WORD, exception$code WORD, brevity BYTE, except$ptr POINTER; END rq$c$format$exception; $RESTORE