/* ============================================================================= setbuf.c -- external declarations ============================================================================= */ #pragma once #include "stdint.h" #include "stdio.h" /* ============================================================================= external functions ============================================================================= */ extern void setbuf(FILE *stream, int8_t *buffer);