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