Re: perror

From: Dirk Diggler (dirkdiggler_at_nospam.org)
Date: 08/21/04


Date: Sat, 21 Aug 2004 20:23:49 GMT

On Thu, Jun 24, 2004 at 01:26:12PM +0300, George wrote:
> Hi
>
> I have a question about perror() routine.
> Does perror() flush the stderr stream?
>
> Thanks
> George
>
>
stderr doen't buffer such stdout does.

-- 
Linux is only free if your time has no value


Relevant Pages

  • Re: perror
    ... > I have a question about perror() routine. ... > Does perrorflush the stderr stream? ... AFAIK, stderr is unbuffered, so there's nothing to flush. ...
    (comp.os.linux.development.apps)
  • Re: perror
    ... > I have a question about perror() routine. ... > Does perrorflush the stderr stream? ... AFAIK, stderr is unbuffered, so there's nothing to flush. ...
    (comp.unix.programmer)
  • Re: perror
    ... >> I have a question about perror() routine. ... >> Does perrorflush the stderr stream? ... > Try strace to see what happens. ... > AFAIK, stderr is unbuffered, so there's nothing to flush. ...
    (comp.unix.programmer)
  • Re: perror
    ... >> I have a question about perror() routine. ... >> Does perrorflush the stderr stream? ... > Try strace to see what happens. ... > AFAIK, stderr is unbuffered, so there's nothing to flush. ...
    (comp.os.linux.development.apps)
  • Re: How to write to a file including full directory in C under Unix?
    ... copy the literal into a buffer and then use the buffer (for ... Use perror() or errno to show what was the error. ... have an appropriate newsgroups line in your header for your mail to be seen, ...
    (comp.lang.c.moderated)