1 2 3 4 5 6
#include <stdio.h> int setvbuf(FILE *restrict stream, char *restrict buf, int type, size_t size) { // TODO return 0; }