mirror of
https://github.com/SEPPDROID/Digital-Research-Source-Code.git
synced 2025-10-23 00:14:25 +00:00
8 lines
79 B
C
8 lines
79 B
C
/*
|
|
* Bill Allen's kludge version of fflush ...
|
|
*/
|
|
myfflush()
|
|
{
|
|
return(0);
|
|
}
|