MODULE: VRx_PrintFile (char *filespec
)
FUNCTION: Print specified file on stdout
INPUTS: filepath of the file top print
OUTPUTS: The file is printed on stdout, or else an error message is displayed.
OPERATION: file is opened and mapped to memory, then printed from there. returns 0 if ok, 1 if file does not exist.