From: Greg M Lee Newsgroups: comp.os.msdos.djgpp Subject: Re: ANNOUNCE: GNU Enscript ported to DJGPP Date: Wed, 21 May 1997 07:48:39 +2400 Organization: Napier Computer Systems Lines: 13 Message-ID: <33C493D7.4FCD@ncs.co.nz> References: <33818c18 DOT 17021364 AT news DOT fr DOT bosch DOT de> Reply-To: greg AT ncs DOT co DOT nz NNTP-Posting-Host: ncs.co.nz Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Matthias Maisenbacher wrote: > > >Does the problem go away if you use forward slashes, like so: > > > > enscript c:/file.txt > Yes. > -- Excuse my ignorance here, but what is enscript ? Or even better, is there somewhere with a list of all the GNU utilities and packages where I can find out what each one is and does ? TIA -Greg that i, j, or k are out of th array bounds. Note that if c[] was > declared as an int c[6] then valid k's are 0, 1, 2, 3, 4, and 5, but 6 > will cause a segfault. Not necessarily. A bounds checker would signal it, but as long as c[6] is within the process' memory area you won't get a SIGSEGV.