home *** CD-ROM | disk | FTP | other *** search
- /*--------------------------------------------------------------*/
- /*------------------------ textprinter -------------------------*/
- /*DESCRIPTION: Due to a flaw in Turbo C that does not allow */
- /* you to change the stdprn stream to text mode, a new */
- /* stream directed to the printer opened for text must */
- /* be used. */
- /* */
- /*RETURNS: The address of a stream that will print to the */
- /* printer in text mode, or NULL on an error. */
- /* */
- /*USES: nothing */
- /*IN: ffile.c */
- /*--------------------------------------------------------------*/
-