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