#include <stdio.h>
Go to the source code of this file.
Definition at line 2 of file f77flush.c.
00002 { 00003 fflush(stdout); 00004 fflush(stderr); 00005 }