kolibrios/programs/develop/ktcc/trunk/libc.obj/source/stdio/setbuf.c

6 lines
93 B
C
Raw Normal View History

#include <stdio.h>
void setbuf(FILE *restrict stream, char *restrict buf) {
return;
}