Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Apr 1995 02:30:10 +0400
From:      "Andrey A. Chernov, Black Mage" <ache@astral.msk.su>
To:        Richard Toren <rpt@miles.sso.loral.com>, William Wanders <wwanders@sci.kun.nl>
Cc:        freebsd-hackers@FreeBSD.org
Subject:   Re: aspfilter & stdin
Message-ID:  <lIofPalSB8@astral.msk.su>
In-Reply-To: <199504162101.XAA15103@studs.sci.kun.nl>; from William Wanders at Sun, 16 Apr 1995 23:01:33 %2B0200 (MET DST)
References:  <199504162101.XAA15103@studs.sci.kun.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
In message <199504162101.XAA15103@studs.sci.kun.nl> William Wanders
    writes:

>Try :

>#include <stdio.h>

>main()
>{
>	rewind(stdin);
>	return(0);
>}

Yet one:
      fpurge(stdin);

Maybe it isn't ANSI, but works better.

-- 
Andrey A. Chernov        : And I rest so composedly,  /Now, in my bed,
ache@astral.msk.su       : That any beholder  /Might fancy me dead -
FidoNet: 2:5020/230.3    : Might start at beholding me,  /Thinking me dead.
RELCOM Team,FreeBSD Team :         E.A.Poe         From "For Annie" 1849



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?lIofPalSB8>