#pragma once #include "stdint.h" /* ============================================================================= getc.c -- global functions ============================================================================= */ extern int16_t getc(FILE *ptr);