On Tue, Mar 05, 2002 at 11:34:30AM -0500, Keith Jonathan Bodwell wrote:
> Does anyone know why the stdio.h file that comes with gcc does not 
> include the flushall() function, and is there a way I can get a stdio.h 
> with the flushall() function that will work with gcc?
>       Thanks
>               Keith
> 
> -- 
Is what you want to do is flush all output streamsi? well the man page
says that fflush can do that:
 If the stream argument is NULL, fflush  flushes  all  open
        output streams.
-- 
-------------------------------------------
Aaron Konstam
Computer Science
Trinity University
715 Stadium Dr.
San Antonio, TX 78212-7200

telephone: (210)-999-7484
email:[EMAIL PROTECTED]



_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to