.title vmsfio_vector .ident /1.00-00/ .macro routine name .extrn name .align quad .transfer name .mask name jmp name+2 .endm .macro future name .extrn name .align quad .mask name jmp name+2 .endm .psect vmsfio_vector pic, usr, con, rel, lcl, shr, exe, rd, nowrt, quad routine nextLine routine openFile routine putLine routine closeFile routine atEnd routine putStdOut routine putCh routine trimPadRight routine trimPadLeft .end