[comp.os.vms] Quad Math and Turning off line editing

RAY@CRVAX.SRI.COM (Ramon M. Curiel) (09/11/87)

I am suprised that people don't know about the LIB$ADDX and LIB$SUBX routines.
These will add or subtract values of abitrary lengths (well almost abitrary, as
long as they are multiples of longwords...). The default for these routines is
QUADWORD lengths...They work well for time values - that's what I use them for..


To turn of line editing functions SET TERM/NOLINE_EDIT.

Ray