/* ============================================================================= lseek.c -- external declarations ============================================================================= */ #pragma once #include "stdint.h" /* ============================================================================= external functions ============================================================================= */ extern int32_t lseek(int16_t fd, int32_t pos, int16_t how);