/* ============================================================================= getbuff.c -- external declarations ============================================================================= */ #pragma once #include "stdio.h" /* ============================================================================= external functions ============================================================================= */ extern void getbuff(FILE *ptr);