forked from KolibriOS/kolibrios
6 lines
93 B
C
6 lines
93 B
C
|
#include <stdio.h>
|
||
|
|
||
|
void setbuf(FILE *restrict stream, char *restrict buf) {
|
||
|
return;
|
||
|
}
|