|
|
|
|
| Function | set_output_params |
| Include file | OUTDEV_R.H |
| Prototype | void set_output_params( void ) |
| Remarks | This routine opens the GLOBAL var FILE *output_device to point to disk, tube or printer depending on the user's command line switches. If the buffer_video_output == TRUE then uout_file will be set to a temporary file in TMP. The stream output from output_device can be displayed via dspy_video_buffered_data inside of a TTYWIN. |
![]()
| Function | close_output_device |
| Include file | OUTDEV_R.H |
| Prototype | void close_output_device( void ) |
| Remarks | Will also send a FF to the printer if necessary and is smart enough to not close the stdout. |
![]()
![]()