# STDOPEN - open standard input, output, and error files. # # See STDIO.FX and STDSETUP.RF for documentation. # include ratdef subroutine stdopen include channel call stdio (STDIN, STDOUT, STDERR, STDCOM) call stdsetup(STDIN, STDOUT, STDERR) return end