setvbuf.c (91B)
1 #include <stdio.h> 2 3 int setvbuf(FILE *f, char *buf, int mode , size_t size) 4 { 5 return 0; 6 }