Mail Archives: djgpp/1997/05/21/03:48:50
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.
- Raw text -