Skip to content
Snippets Groups Projects
Commit 9c81cf3d authored by sof's avatar sof
Browse files

[project @ 1997-03-14 03:14:25 by sof]

Flush output stream
parent 0870b751
No related merge requests found
......@@ -4,6 +4,8 @@
void
ErrorHdrHook (FILE *where)
{
fflush( stdout ); /* Flush out any pending output */
fprintf(where, "\nFail: ");
}
\end{code}
......@@ -4,6 +4,8 @@
void
PatErrorHdrHook (FILE *where)
{
fflush( stdout ); /* Flush out any pending output */
fprintf(where, "\nFail: ");
}
\end{code}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment