mirror of
https://github.com/SEPPDROID/Digital-Research-Source-Code.git
synced 2025-10-23 16:34:07 +00:00
6 lines
48 B
C
6 lines
48 B
C
fflush(fp)
|
|
char *fp;
|
|
{
|
|
return(myfflush(fp));
|
|
}
|