Files
Sepp J Morris 31738079c4 Upload
Digital Research
2020-11-06 18:50:37 +01:00

8 lines
79 B
C

/*
* Bill Allen's kludge version of fflush ...
*/
myfflush()
{
return(0);
}