www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1999/01/22/22:07:11

Date: Fri, 22 Jan 1999 22:05:45 -0500
Message-Id: <199901230305.WAA17047@envy.delorie.com>
From: DJ Delorie <dj AT delorie DOT com>
To: djgpp AT delorie DOT com
In-reply-to: <36A7D498.F1429591@phreaker.net> (message from Nicolas Blais on
Thu, 21 Jan 1999 20:30:01 -0500)
Subject: Re: Printing to printer
References: <36A7D498 DOT F1429591 AT phreaker DOT net>
Reply-To: djgpp AT delorie DOT com

> Can anyone show me how to print Hello World to a printer with DJGPP?

#include <stdio.h>

main()
{
  fprintf(stdprn, "Hello, world\n");
}

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019