Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 GARFIELD 20/11/84; site garfield.UUCP Path: utzoo!utcsri!utai!garfield!jay From: jay@garfield.UUCP Newsgroups: net.micro.cbm Subject: C-Power and printers Message-ID: <1304@garfield.UUCP> Date: Wed, 18-Jun-86 20:10:05 EDT Article-I.D.: garfield.1304 Posted: Wed Jun 18 20:10:05 1986 Date-Received: Thu, 19-Jun-86 04:44:18 EDT Sender: paulc@garfield.UUCP Reply-To: jay@garfield.UUCP (Jay Kumarasingam) Organization: Memorial U. of Nfld. C.S. Dept., St. John's Lines: 18 Does anybody know how to send output to the printer from programs compiled using C-POWER? I have not been having much luck with it. This program: #include main() { open(4,4,0); fprintf(4,"hello world\n); close(4); } gave me as output: one line of graphic characters then a formfeed then some more graphic characters and HELLO WORLD at the end. Any ideas.