mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-17 04:12:34 +03:00
6 lines
66 B
C
6 lines
66 B
C
|
#include <stdio.h>
|
||
|
|
||
|
int fflush(FILE *stream) {
|
||
|
return 0;
|
||
|
}
|