mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-17 04:12:34 +03:00
728f124678
Configured autobuild git-svn-id: svn://kolibrios.org@8687 a494cfbc-eb01-0410-851d-a64ba20cac60
6 lines
66 B
C
6 lines
66 B
C
#include <stdio.h>
|
|
|
|
int fflush(FILE *stream) {
|
|
return 0;
|
|
}
|