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