From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14246 invoked by alias); 22 Oct 2002 21:41:05 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 14239 invoked from network); 22 Oct 2002 21:41:03 -0000 Received: from unknown (HELO dc-mx12.cluster1.charter.net) (209.225.8.22) by sources.redhat.com with SMTP; 22 Oct 2002 21:41:03 -0000 Received: from [24.207.216.8] (HELO charter.net) by dc-mx12.cluster1.charter.net (CommuniGate Pro SMTP 3.5.9) with ESMTP id 28073887 for gcc-help@gcc.gnu.org; Tue, 22 Oct 2002 17:41:03 -0400 Message-ID: <3DB5C572.6010008@charter.net> Date: Tue, 22 Oct 2002 14:41:00 -0000 From: David User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021021 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gcc-help@gcc.gnu.org Subject: Stdprn in GCC Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-10/txt/msg00274.txt.bz2 Hello, Starting to learn C Programming all over again in Linux this time. The problem is that most books are for Windows/Dos also. 'stdprn' is not contained in stdio.h in GCC. Is it in another library, is there an equivilant library function to use? If not, how do you send a file to the printer with GCC? This is stumping me and found no help on Google. Dave