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