Re: scanf without malloc
From: Frank Kotler (fbkotler_at_comcast.net)
Date: 03/25/05
- Previous message: Betov: "Re: International Peace March (19th / 20th March 2005)"
- In reply to: Randall Hyde: "Re: scanf without malloc"
- Next in thread: IIJIMA Hiromitsu: "Re: scanf without malloc"
- Reply: IIJIMA Hiromitsu: "Re: scanf without malloc"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 25 Mar 2005 05:23:52 -0500
Randall Hyde wrote:
>
> "Gnic" <gasxxx@hotmail.com> wrote in message
> news:5eqdnXLH-JEi6t7fRVn-sA@rogers.com...
> > As I said before, I am programming in SPARC not in C.
> >
>
> stdin uses the handle "1" and stdout uses the handle "2", IIRC.
I'd expect 0 for stdin, 1 for stdout, 2 for stderr... but
I'm not familiar with SPARC... As IIJIMA suggests, go by the
C header files for your system.
Best,
Frank
- Previous message: Betov: "Re: International Peace March (19th / 20th March 2005)"
- In reply to: Randall Hyde: "Re: scanf without malloc"
- Next in thread: IIJIMA Hiromitsu: "Re: scanf without malloc"
- Reply: IIJIMA Hiromitsu: "Re: scanf without malloc"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|