#pragma once #include "stdint.h" /* ============================================================================= ftell.c -- global functions ============================================================================= */ extern int32_t ftell(FILE *fp);